diff options
author | Lennart Poettering <lennart@poettering.net> | 2004-08-15 00:02:26 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2004-08-15 00:02:26 +0000 |
commit | c17545108b33162fb186f797b8a408511e9252f4 (patch) | |
tree | ec6fdd4bce3d8aff48519ef6c5bfafe46aef5340 /doxygen | |
parent | 22cb23eedb2eae7c79dc8fcf395be08bfc666256 (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')
-rw-r--r-- | doxygen/doxygen.conf.in | 2 |
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. |