summaryrefslogtreecommitdiffstats
path: root/doxygen/doxygen.conf.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-15 00:02:26 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-15 00:02:26 +0000
commitc17545108b33162fb186f797b8a408511e9252f4 (patch)
treeec6fdd4bce3d8aff48519ef6c5bfafe46aef5340 /doxygen/doxygen.conf.in
parent22cb23eedb2eae7c79dc8fcf395be08bfc666256 (diff)
proper ref counting for more objects
some documentation update git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@124 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'doxygen/doxygen.conf.in')
-rw-r--r--doxygen/doxygen.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/doxygen.conf.in b/doxygen/doxygen.conf.in
index 78a43685..7fd00c60 100644
--- a/doxygen/doxygen.conf.in
+++ b/doxygen/doxygen.conf.in
@@ -291,7 +291,7 @@ HIDE_SCOPE_NAMES = NO
# will put a list of the files that are included by a file in the documentation
# of that file.
-SHOW_INCLUDE_FILES = YES
+SHOW_INCLUDE_FILES = NO
# If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
# is inserted in the documentation for inline members.