excluded ex_*.cpp files such that helper classes inside these are not included in...
authorMarc Cromme <marc@indexdata.dk>
Thu, 19 Jan 2006 23:13:39 +0000 (23:13 +0000)
committerMarc Cromme <marc@indexdata.dk>
Thu, 19 Jan 2006 23:13:39 +0000 (23:13 +0000)
Doxyfile.in

index 4d0cc32..e7e4ba3 100644 (file)
@@ -450,7 +450,7 @@ EXCLUDE_SYMLINKS       = NO
 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 
 # certain files from those directories.
 
-EXCLUDE_PATTERNS       = test_*.cpp 
+EXCLUDE_PATTERNS       = ex_*.cpp test_*.cpp 
 
 # The EXAMPLE_PATH tag can be used to specify one or more files or 
 # directories that contain example code fragments that are included (see