From 77068a1810ea0edbbfffbe2261edc2d7016edff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 12 Jan 2013 13:31:36 +0100 Subject: [PATCH] Added alias for linking to ES extension functions to Doxyfile. --- Doxyfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Doxyfile b/Doxyfile index 2553d0c84..8d1694bd6 100644 --- a/Doxyfile +++ b/Doxyfile @@ -202,6 +202,7 @@ ALIASES = \ "todoc=@xrefitem todoc \"Documentation todo\" \"Documentation-related todo list\"" \ "fn_gl{1}=gl\1()" \ "fn_gl_extension{3}=gl\1\2()" \ + "fn_gles_extension{3}=gl\1\2()" \ "def_gl{1}=`GL_\1`" \ "requires_gl30=@xrefitem requires-gl30 \"Requires OpenGL 3.0\" \"Functionality requiring OpenGL 3.0\"" \ "requires_gl31=@xrefitem requires-gl31 \"Requires OpenGL 3.1\" \"Functionality requiring OpenGL 3.1\"" \