change grouping settings
authorJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 27 Jul 2002 04:59:37 +0000 (04:59 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 27 Jul 2002 04:59:37 +0000 (04:59 +0000)
doc/Doxyfile

index 5769157..2c51e78 100644 (file)
@@ -119,7 +119,7 @@ FULL_PATH_NAMES        = YES
 # only done if one of the specified strings matches the left-hand part of 
 # the path. It is allowed to use relative paths in the argument list.
 
-STRIP_FROM_PATH        = 
+STRIP_FROM_PATH        = ..
 
 # The INTERNAL_DOCS tag determines if documentation 
 # that is typed after a \internal command is included. If the tag is set 
@@ -204,7 +204,7 @@ SORT_MEMBER_DOCS       = NO
 # 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.