From a47429bd3f00d0478d7b80472e8dcfa99c5befb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20Gr=C3=A9goire?= Date: Mon, 20 Mar 2017 12:12:14 -0400 Subject: [PATCH] Fix href to OpenGL reference generated by Doxygen. The doc was moved to khronos.org and the URL schema was changed. --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index f8c6aada1..bc7c21ab0 100644 --- a/Doxyfile +++ b/Doxyfile @@ -243,8 +243,8 @@ ALIASES = \ "collisionoccurenceoperator{2}=@relatesalso \1\n@brief Collision occurence of \1 and \2\n@see \2::operator%(const \1&) const" \ "collisionoperator{2}=@relatesalso \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_gl2{2}=gl\1()" \ + "fn_gl{1}=gl\1()" \ + "fn_gl2{2}=gl\1()" \ "fn_gl_extension{3}=gl\1\2()" \ "fn_gl_extension2{3}=gl\1\2()" \ "fn_gles_extension{3}=gl\1\2()" \