Cleanup doxygen.conf
authorTom Henderson <tomh@tomh.org>
Mon, 28 Dec 2009 09:06:21 -0800
changeset 5874 c8a08a0124f8
parent 5873 df27945958ff
child 5875 118925913e8d
Cleanup doxygen.conf
doc/doxygen.conf
--- a/doc/doxygen.conf	Mon Dec 28 14:08:00 2009 +0100
+++ b/doc/doxygen.conf	Mon Dec 28 09:06:21 2009 -0800
@@ -260,7 +260,7 @@
 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
 # will be included in the documentation.
 
-EXTRACT_PRIVATE        = YES
+EXTRACT_PRIVATE        = NO
 
 # If the EXTRACT_STATIC tag is set to YES all static members of a file 
 # will be included in the documentation.
@@ -496,7 +496,6 @@
 INPUT                  = doc/modules \
                          doc/main.h \
                          doc/introspected-doxygen.h \
-                         doc/howtos/ \ 
                          src
 
 # This tag can be used to specify the character encoding of the source files that 
@@ -528,8 +527,7 @@
 # subdirectory from a directory tree whose root is specified with the INPUT tag.
 
 EXCLUDE                = src/routing/olsr/olsr-state.h \
-                         src/routing/olsr/repositories.h \
-                         src/routing/olsr/routing-table.h \
+                         src/routing/olsr/olsr-repositories.h \
                          src/simulator/high-precision.h \
                          src/simulator/high-precision-128.h \
                          src/simulator/high-precision-double.h
@@ -546,7 +544,7 @@
 # against the file with absolute path, so to exclude all test directories 
 # for example use the pattern */test/*
 
-EXCLUDE_PATTERNS       = 
+EXCLUDE_PATTERNS       = */test/*
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names 
 # (namespaces, classes, functions, etc.) that should be excluded from the output.