From: Marc Cromme Date: Sun, 9 Oct 2005 20:58:24 +0000 (+0000) Subject: excluded test_*.cpp unit test files from doxygen docs to avoid multiple definitons... X-Git-Tag: YP2.0.0.2~227 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=b56e285f4039cb517deab5f0764764f617aadd77;hp=f05f2c3cb62b12590abf370d1681ed80fb1626d5;p=metaproxy-moved-to-github.git excluded test_*.cpp unit test files from doxygen docs to avoid multiple definitons of small test classes --- diff --git a/Doxyfile.in b/Doxyfile.in index 491ea8e..4d0cc32 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -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