From b56e285f4039cb517deab5f0764764f617aadd77 Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Sun, 9 Oct 2005 20:58:24 +0000 Subject: [PATCH] excluded test_*.cpp unit test files from doxygen docs to avoid multiple definitons of small test classes --- Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4