summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-06-26 19:09:12 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-06-26 19:09:12 (GMT)
commite4a9d06d7871f24dd6e37ecac6addae729e6d721 (patch)
treefd9d3bb476ada78c46081661b4980168fd122e22 /src/config.xml
parentae8f618d140b4368045d286a682df3f6de7b2960 (diff)
downloadDoxygen-e4a9d06d7871f24dd6e37ecac6addae729e6d721.zip
Doxygen-e4a9d06d7871f24dd6e37ecac6addae729e6d721.tar.gz
Doxygen-e4a9d06d7871f24dd6e37ecac6addae729e6d721.tar.bz2
Bug 751455 - class scoped enum documentation appearing at group level instead of class level
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml
index d7cd1f2..3408c67 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -679,6 +679,15 @@ Go to the <a href="commands.html">next</a> section or return to the
]]>
</docs>
</option>
+ <option type='bool' id='GROUP_NESTED_COMPOUNDS' defval='0'>
+ <docs>
+<![CDATA[
+ If one adds a struct or class to a group and this option is enabled, then also
+ any nested class or struct is added to the same group. By default this option
+ is disabled and one has to add nested compounds explicitly via @ingroup.
+]]>
+ </docs>
+ </option>
<option type='bool' id='SUBGROUPING' defval='1'>
<docs>
<![CDATA[