From d3f66d1fcd40f0161f23bfd025be12de1e97c646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 2 May 2015 23:58:04 +0200 Subject: [PATCH] Doc++ --- src/Magnum/AbstractQuery.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}