summaryrefslogtreecommitdiff
path: root/build/Doxyfile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-08 20:04:55 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-08 20:04:55 +0000
commit1ab8a91a5093b67b6d01ec3ad79da72c4211f3b3 (patch)
tree29d0286811c9f3ca20a118f4149f17c1b1034c6f /build/Doxyfile
parent9a0e5a66822c6f9629a3b7bc2ff25b7098a926ad (diff)
downloadlibhubbub-1ab8a91a5093b67b6d01ec3ad79da72c4211f3b3.tar.gz
libhubbub-1ab8a91a5093b67b6d01ec3ad79da72c4211f3b3.tar.bz2
Make doxygen produce API documentation. I guess it helps if you enable the right options.
Fix a couple more doxygen warnings. svn path=/trunk/hubbub/; revision=5996
Diffstat (limited to 'build/Doxyfile')
-rw-r--r--build/Doxyfile12
1 files changed, 6 insertions, 6 deletions
diff --git a/build/Doxyfile b/build/Doxyfile
index 65c6483..21e206e 100644
--- a/build/Doxyfile
+++ b/build/Doxyfile
@@ -138,7 +138,7 @@ SHORT_NAMES = NO
# comments will behave just like the Qt-style comments (thus requiring an
# explicit @brief command for a brief description.
-JAVADOC_AUTOBRIEF = NO
+JAVADOC_AUTOBRIEF = YES
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
# treat a multi-line C++ special comment block (i.e. a block of //! or ///
@@ -228,17 +228,17 @@ SUBGROUPING = YES
# Private class members and static file members will be hidden unless
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
-EXTRACT_ALL = NO
+EXTRACT_ALL = YES
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
# will be included in the documentation.
-EXTRACT_PRIVATE = NO
+EXTRACT_PRIVATE = YES
# If the EXTRACT_STATIC tag is set to YES all static members of a file
# will be included in the documentation.
-EXTRACT_STATIC = NO
+EXTRACT_STATIC = YES
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
# defined locally in source files will be included in the documentation.
@@ -387,7 +387,7 @@ SHOW_USED_FILES = YES
# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
# in the documentation. The default is NO.
-SHOW_DIRECTORIES = NO
+SHOW_DIRECTORIES = YES
# The FILE_VERSION_FILTER tag can be used to specify a program or script that
# doxygen should invoke to get the current version for each file (typically from the
@@ -556,7 +556,7 @@ FILTER_SOURCE_FILES = NO
# Note: To get rid of all source code in the generated output, make sure also
# VERBATIM_HEADERS is set to NO.
-SOURCE_BROWSER = NO
+SOURCE_BROWSER = YES
# Setting the INLINE_SOURCES tag to YES will include the body
# of functions and classes directly in the documentation.