From 35c4b5bd23f12a8c528442e1b53d906dd193ab86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 13 Feb 2013 00:58:17 +0100 Subject: [PATCH] Doc++ --- src/Context.h | 2 +- src/Extensions.h | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Context.h b/src/Context.h index f0153c75e..d0cb02b45 100644 --- a/src/Context.h +++ b/src/Context.h @@ -184,7 +184,7 @@ class MAGNUM_EXPORT Context { } /** - * @brief Renderer string + * @brief %Renderer string * * @see vendorString(), @fn_gl{GetString} with @def_gl{RENDERER} */ diff --git a/src/Extensions.h b/src/Extensions.h index 3458a3e3b..d0d7f2fc4 100644 --- a/src/Extensions.h +++ b/src/Extensions.h @@ -32,12 +32,8 @@ the same public methods as Extension class (requiredVersion(), coreVersion() and string(), but these structs are better suited for compile-time decisions rather than %Extension instances. See Context::isExtensionSupported() for example usage. - @see MAGNUM_ASSERT_EXTENSION_SUPPORTED() - @todo Manual indices for extensions, this has gaps -@todo Unhide ES2_compatibility, ES3_compatibility on ES -@todo Add ES and GL 4.3 extensions */ namespace Extensions {