diff --git a/Doxyfile b/Doxyfile
index 63a53ee51..3b466f962 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -282,7 +282,8 @@ ALIASES = \
"def_alc{1}=`ALC_\1`" \
"requires_al_extension=@xrefitem requires-al-extension \"Requires OpenAL extension\" \"Functionality requiring specific OpenAL extension\"" \
"al_extension{2}=AL_\1_\2" \
- "alc_extension{2}=ALC_\1_\2"
+ "alc_extension{2}=ALC_\1_\2" \
+ "experimental=@note This functionality is still experimental and may change in the future without keeping full backwards compatibility."
# 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"