diff --git a/mrw/doxyfile.in b/mrw/doxyfile.in index ab4cdac..4f652ba 100644 --- a/mrw/doxyfile.in +++ b/mrw/doxyfile.in @@ -9,6 +9,9 @@ ## @license LGPL, see file COPYING ## ## $Log$ +## Revision 1.11 2005/02/18 15:54:31 marc +## exclude pattern changed for _testlib.cpp +## ## Revision 1.10 2004/10/13 11:27:00 marc ## removed deprecated tags ## @@ -419,7 +422,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 = *_test* # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see