summaryrefslogtreecommitdiff
path: root/doc/Doxyfile
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-07-27 04:59:37 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-07-27 04:59:37 +0000
commitadea3dea1368cdce8742190e2de9064e2c51958a (patch)
treedd8f286b924cf7d0aafd50cdf6affc8c3dd58227 /doc/Doxyfile
parentf57c0219ba279ec607c094e3f35744831e8d6456 (diff)
downloadflac-adea3dea1368cdce8742190e2de9064e2c51958a.tar.gz
change grouping settings
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r--doc/Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 57691571..2c51e787 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -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.