From 21bf047cdeb2cc79523d44c527d56db92dd44d5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 1 May 2018 16:13:05 +0200 Subject: [PATCH] GL: fix documentaiton. --- src/Magnum/GL/Extensions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/GL/Extensions.h b/src/Magnum/GL/Extensions.h index 626e005f5..6cb1fa31b 100644 --- a/src/Magnum/GL/Extensions.h +++ b/src/Magnum/GL/Extensions.h @@ -44,9 +44,9 @@ namespace Magnum { namespace GL { /** @brief Compile-time information about OpenGL extensions -Each extension is a `struct` named hierarchically by prefix, vendor and +Each extension is a @cpp struct @ce named hierarchically by prefix, vendor and extension name taken from list at @ref opengl-support, for example -`Extensions::GL::ARB::texture_storage`. Note that desktop extensions are +`GL::Extensions::ARB::texture_storage`. Note that desktop extensions are available only on desktop build, OpenGL ES 2.0 extensions which are part of ES 3.0 are available only on @ref MAGNUM_TARGET_GLES2 "OpenGL ES 2.0 build", vendor OpenGL ES extensions are available only on