summaryrefslogtreecommitdiff
path: root/doxygenConfig
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-01-16 10:44:56 -0500
committerEliot Horowitz <eliot@10gen.com>2009-01-16 10:44:56 -0500
commite87560d553ff1963244ba46dcebb62ca49e2e778 (patch)
tree1526c8485678bf63a0d0a01af136796bf2c33591 /doxygenConfig
parent528bceb2d25d88102b7c2033154e919824fc71e2 (diff)
downloadmongo-e87560d553ff1963244ba46dcebb62ca49e2e778.tar.gz
doc cleaning
Diffstat (limited to 'doxygenConfig')
-rw-r--r--doxygenConfig13
1 files changed, 9 insertions, 4 deletions
diff --git a/doxygenConfig b/doxygenConfig
index 35d692bc849..8fbd3414102 100644
--- a/doxygenConfig
+++ b/doxygenConfig
@@ -51,11 +51,16 @@ SYMBOL_CACHE_SIZE = 0
#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------
-EXTRACT_ALL = YES
+
+# ***
+# ERH - this controls whether all classes in files are documented or just the ones with tags
+# ***
+EXTRACT_ALL = NO
+
EXTRACT_PRIVATE = NO
EXTRACT_STATIC = NO
-EXTRACT_LOCAL_CLASSES = YES
-EXTRACT_LOCAL_METHODS = YES
+EXTRACT_LOCAL_CLASSES = NO
+EXTRACT_LOCAL_METHODS = NO
EXTRACT_ANON_NSPACES = NO
HIDE_UNDOC_MEMBERS = NO
HIDE_UNDOC_CLASSES = NO
@@ -97,7 +102,7 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT = client
+INPUT = client db/jsobj.h
INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.c \
*.cc \