From e542cf338311130b9fa6cba14f3c1d8d259728d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 18 Feb 2005 15:54:31 +0000 Subject: [PATCH] exclude pattern changed for _testlib.cpp --- mrw/doxyfile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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