summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorSzabi Tolnai <Szabi.Tolnai@cirrus.com>2020-08-10 09:53:34 (GMT)
committerSzabi Tolnai <Szabi.Tolnai@cirrus.com>2020-08-11 13:52:36 (GMT)
commit970b3469a3beaf7041a2efce8d81515077003232 (patch)
tree13e85888a90134690f50fc18c17ab77e742db99d /src/config.xml
parent047adfbbc66eaa432ec9cea00e3801e3b4e1bca8 (diff)
downloadDoxygen-970b3469a3beaf7041a2efce8d81515077003232.zip
Doxygen-970b3469a3beaf7041a2efce8d81515077003232.tar.gz
Doxygen-970b3469a3beaf7041a2efce8d81515077003232.tar.bz2
Support commented out argument names in declarations controlled by new cofig EXTRACT_ANON_ARGUMENTS.
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml
index b3718be..7bacf3e 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -916,6 +916,14 @@ Go to the <a href="commands.html">next</a> section or return to the
]]>
</docs>
</option>
+ <option type='bool' id='EXTRACT_ANON_ARGUMENTS' defval='0'>
+ <docs>
+<![CDATA[
+ If this flag is set to \c YES, the name of anonymous arguments in declarations will be
+ extracted from the definitions. By default anonymous arguments will stay nameless.
+]]>
+ </docs>
+ </option>
<option type='bool' id='HIDE_UNDOC_MEMBERS' defval='0'>
<docs>
<![CDATA[