diff --git a/Doxyfile b/Doxyfile index b208057d0..e11bd5171 100644 --- a/Doxyfile +++ b/Doxyfile @@ -201,7 +201,7 @@ ALIASES = \ "collisionoperator{2}=@relates \1\n@brief Collision of %\1 and %\2\n@see \2::operator%(const \1&) const" \ "todoc=@xrefitem todoc \"Documentation todo\" \"Documentation-related todo list\"" \ "fn_gl{1}=gl\1()" \ - "fn_gl_extension{3}=gl\1\2()" \ + "fn_gl_extension{3}=gl\1\2()" \ "def_gl{1}=`GL_\1`" \ "requires_gl=@xrefitem requires-gl \"Requires desktop OpenGL\" \"Functionality requiring desktop OpenGL (not available on OpenGL ES)\" Not available on OpenGL ES." \ "requires_gl30=@xrefitem requires-gl30 \"Requires OpenGL 3.0\" \"Functionality requiring OpenGL 3.0\"" \