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 {