excluded test_*.cpp unit test files from doxygen docs to avoid multiple definitons...
authorMarc Cromme <marc@indexdata.dk>
Sun, 9 Oct 2005 20:58:24 +0000 (20:58 +0000)
committerMarc Cromme <marc@indexdata.dk>
Sun, 9 Oct 2005 20:58:24 +0000 (20:58 +0000)
Doxyfile.in

index 491ea8e..4d0cc32 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       = 
+EXCLUDE_PATTERNS       = 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