diff --git a/src/Magnum/AbstractQuery.h b/src/Magnum/AbstractQuery.h index c00cac466..0d0b8b092 100644 --- a/src/Magnum/AbstractQuery.h +++ b/src/Magnum/AbstractQuery.h @@ -111,7 +111,7 @@ class MAGNUM_EXPORT AbstractQuery: public AbstractObject { * @ref Int, @ref UnsignedLong or @ref Long. * * Note that this function is blocking until the result is available. - * See resultAvailable(). + * See @ref resultAvailable(). * @attention @ref Magnum::UnsignedLong "UnsignedLong" and @ref Magnum::Long "Long" * result type is not available in @ref MAGNUM_TARGET_WEBGL "WebGL". * @see @fn_gl{GetQueryObject} with @def_gl{QUERY_RESULT}