--- 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.