diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-01-16 10:44:56 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-01-16 10:44:56 -0500 |
commit | e87560d553ff1963244ba46dcebb62ca49e2e778 (patch) | |
tree | 1526c8485678bf63a0d0a01af136796bf2c33591 /doxygenConfig | |
parent | 528bceb2d25d88102b7c2033154e919824fc71e2 (diff) | |
download | mongo-e87560d553ff1963244ba46dcebb62ca49e2e778.tar.gz |
doc cleaning
Diffstat (limited to 'doxygenConfig')
-rw-r--r-- | doxygenConfig | 13 |
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 \ |