From 60bc510a70a15e0fad96e10be96e82ad6ee0b574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 11 Aug 2013 11:00:21 +0200 Subject: [PATCH] Added Doxygen aliases for pointing to OpenAL documentation. Not found any online manpages however, so just placeholder. --- Doxyfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index ec9dbea6a..5efd5080d 100644 --- a/Doxyfile +++ b/Doxyfile @@ -224,7 +224,9 @@ ALIASES = \ "requires_gles20=@xrefitem requires-gles20 \"Requires OpenGL ES 2.0\" \"Functionality requiring OpenGL ES 2.0 (not available in ES 3.0 and desktop OpenGL)\"" \ "requires_es_extension=@xrefitem requires-es-extension \"Requires OpenGL ES extension\" \"Functionality requiring specific OpenGL ES extension\"" \ "es_extension{2}=\1_\2" \ - "es_extension2{3}=\1_\2" + "es_extension2{3}=\1_\2" \ + "fn_al{1}=`al\1()`" \ + "def_al{1}=`AL_\1`" # This tag can be used to specify a number of word-keyword mappings (TCL only). # A mapping has the form "name=value". For example adding