From cf6ca0bf2953a0f172e31d2e65ea5b170cb7d0aa Mon Sep 17 00:00:00 2001 From: Squareys Date: Sun, 6 Sep 2015 12:12:15 +0200 Subject: [PATCH] Doc: Add al_extension alias. Signed-off-by: Squareys --- Doxyfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index fd6936b4b..53152eb50 100644 --- a/Doxyfile +++ b/Doxyfile @@ -277,7 +277,9 @@ ALIASES = \ "es_extension2{3}=\1_\2" \ "webgl_extension{2}=\1_\2" \ "fn_al{1}=`al\1()`" \ - "def_al{1}=`AL_\1`" + "def_al{1}=`AL_\1`" \ + "al_extension{2}=AL_\1_\2" \ + "alc_extension{2}=ALC_\1_\2" # 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 "class=itcl::class"