From f12f2624b2290fb4a34c0e01d7569d08944903bf Mon Sep 17 00:00:00 2001 From: Squareys Date: Sun, 18 Oct 2015 17:27:58 +0200 Subject: [PATCH] Doc: Add fn_alc and def_alc aliases. Signed-off-by: Squareys --- Doxyfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doxyfile b/Doxyfile index 53152eb50..58fb558d7 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()`" \ + "fn_alc{1}=`alc\1()`" \ "def_al{1}=`AL_\1`" \ + "def_alc{1}=`ALC_\1`" \ "al_extension{2}=AL_\1_\2" \ "alc_extension{2}=ALC_\1_\2"