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"