From d5d7dff983940df8ffdfb36c48bab0b20a0fa229 Mon Sep 17 00:00:00 2001 From: maroy Date: Thu, 25 Nov 2004 15:10:12 +0000 Subject: [PATCH] modified, so that *Test classes are not documented into the public API docs --- livesupport/etc/doxygen.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/livesupport/etc/doxygen.config b/livesupport/etc/doxygen.config index 7eae58ad6..54366be0e 100644 --- a/livesupport/etc/doxygen.config +++ b/livesupport/etc/doxygen.config @@ -21,7 +21,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.6 $ +# Version : $Revision: 1.7 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/etc/doxygen.config,v $ #------------------------------------------------------------------------------- @@ -459,7 +459,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.h *Test.cxx # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see