diff options
author | David Robillard <d@drobilla.net> | 2020-03-08 21:14:23 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-09 21:38:16 +0100 |
commit | 39b00cff09db7d363072b058c1570ac6b2318f28 (patch) | |
tree | 97ad0fe0800a6fbb1b2f7df9c67664edb7e02f5f | |
parent | b7fef4609c3c07e7a117740affa9a7df10b6415d (diff) | |
download | pugl-39b00cff09db7d363072b058c1570ac6b2318f28.tar.gz pugl-39b00cff09db7d363072b058c1570ac6b2318f28.tar.bz2 pugl-39b00cff09db7d363072b058c1570ac6b2318f28.zip |
Show data structures on group pages
-rw-r--r-- | doc/reference.doxygen.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 47781a4..1357fe4 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -379,7 +379,7 @@ DISTRIBUTE_GROUP_DOC = NO # is disabled and one has to add nested compounds explicitly via \ingroup. # The default value is: NO. -GROUP_NESTED_COMPOUNDS = YES +GROUP_NESTED_COMPOUNDS = NO # Set the SUBGROUPING tag to YES to allow class member groups of the same type # (for instance a group of public functions) to be put as a subgroup of that |