From d0cc5c97592a9f8f508fd61f0a7b169384ab0ce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 18 Apr 2016 21:09:32 +0200 Subject: [PATCH] Added \experimental Doxygen tag. --- Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"