summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-09-16 18:55:11 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-09-16 18:55:11 (GMT)
commit09b04bcb61a0e127cf502bc0533cd9bce9293406 (patch)
tree5b81b4d5e8d966a6dd9a5ea304da840383ed6465 /src/config.xml
parentdd472de9333768545f2a0135d20da8ff06d1f8b0 (diff)
downloadDoxygen-09b04bcb61a0e127cf502bc0533cd9bce9293406.zip
Doxygen-09b04bcb61a0e127cf502bc0533cd9bce9293406.tar.gz
Doxygen-09b04bcb61a0e127cf502bc0533cd9bce9293406.tar.bz2
Renamed EXTRACT_ANON_ARGUMENTS to RESOLVE_UNNAMED_PARAMS and enabled it by default
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/config.xml b/src/config.xml
index 7bacf3e..39e83ad 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -916,11 +916,12 @@ 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'>
+ <option type='bool' id='RESOLVE_UNNAMED_PARAMS' defval='1'>
<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.
+ If this flag is set to \c YES, the name of an unnamed parameter in a declaration will be
+ determined by the corresponding definition. By default unnamed parameters remain unnamed
+ in the output.
]]>
</docs>
</option>