diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-03 14:04:36 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-03 14:09:05 -0400 |
commit | 6ae19973da18ae67db0f0495c6b3cdf44797e2c8 (patch) | |
tree | 547946e2bd38989a9a2c132903947d1a08ad8fdb | |
parent | a58ab72172936a224fb220122e703ea9a21cf9b8 (diff) | |
download | librambutan-6ae19973da18ae67db0f0495c6b3cdf44797e2c8.tar.gz librambutan-6ae19973da18ae67db0f0495c6b3cdf44797e2c8.zip |
Doxyfile: Allow group documentation.
This change allows us to document several members of a group with one
Doxygen comment. It's not clear how well this will work out in practice.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r-- | support/doxygen/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doxygen/Doxyfile b/support/doxygen/Doxyfile index 67b7692..35e6bd6 100644 --- a/support/doxygen/Doxyfile +++ b/support/doxygen/Doxyfile @@ -263,7 +263,7 @@ IDL_PROPERTY_SUPPORT = YES # member in the group (if any) for the other members of the group. By default # all members of a group must be documented explicitly. -DISTRIBUTE_GROUP_DOC = NO +DISTRIBUTE_GROUP_DOC = YES # Set the SUBGROUPING tag to YES (the default) to allow class member groups of # the same type (for instance a group of public functions) to be put as a |