From 6ae19973da18ae67db0f0495c6b3cdf44797e2c8 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Thu, 3 May 2012 14:04:36 -0400 Subject: 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 --- support/doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/doxygen') 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 -- cgit v1.2.3