[cig-commits] commit: oops - Doxyfile now fixed so config/scons is not displayed.

Mercurial hg at geodynamics.org
Mon Feb 1 15:33:11 PST 2010


changeset:   745:9c3235727789
branch:      pcu_rejig
user:        KathleenHumble
date:        Wed Dec 16 16:07:06 2009 +1100
files:       doc/Doxyfile
description:
oops - Doxyfile now fixed so config/scons is not displayed.
also changes cols width from 4 to 3 on classes list


diff -r 52803c1adf5b -r 9c3235727789 doc/Doxyfile
--- a/doc/Doxyfile	Wed Dec 16 12:04:31 2009 +1100
+++ b/doc/Doxyfile	Wed Dec 16 16:07:06 2009 +1100
@@ -563,7 +563,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a 
 # subdirectory from a directory tree whose root is specified with the INPUT tag.
 
-EXCLUDE                = config/scons/
+EXCLUDE                = 
 
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or 
 # directories that are symbolic links (a Unix filesystem feature) are excluded 
@@ -581,7 +581,8 @@ EXCLUDE_PATTERNS       = */.hg/* \
                          */tests/* \
                          */DOC/* \
 			*/doc/* \
-                        */build/*
+                        */build/* \
+                        */config/scons/*
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names 
 # (namespaces, classes, functions, etc.) that should be excluded from the 
@@ -711,7 +712,7 @@ ALPHABETICAL_INDEX     = YES
 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns 
 # in which this list will be split (can be a number in the range [1..20])
 
-COLS_IN_ALPHA_INDEX    = 4
+COLS_IN_ALPHA_INDEX    = 3
 
 # In case all classes in a project start with a common prefix, all 
 # classes will be put under the same header in the alphabetical index. 



More information about the CIG-COMMITS mailing list