From 9c9b8a9565e2d5a7f1c74583b309cb142df11712 Mon Sep 17 00:00:00 2001 From: Casey Corn Date: Tue, 3 Jun 2003 02:24:35 +0000 Subject: [PATCH] Enabled distributing group documentation, in order to make docs cleaner. --- doc/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index 2fef4b54b13..cad2ea51a0f 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -196,7 +196,7 @@ SORT_MEMBER_DOCS = 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 # The TAB_SIZE tag can be used to set the number of spaces in a tab. # Doxygen uses this value to replace tabs by spaces in code fragments.