From 60e181d1b3db02841e3839e539ed9ada76ac36b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20Gr=C3=A9goire?= Date: Tue, 21 Mar 2017 00:35:14 +0100 Subject: [PATCH] Use https for GL function links. --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index db228c049..ca7ca9f0a 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()" \ "def_gl{1}=`GL_\1`" \ "def_gl_extension{3}=GL_\1_\2" \