From d4f178d85b99a74f0194a1fd4166fcce347f301e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 26 May 2007 15:17:14 +0000 Subject: [PATCH] Added exclude of svn directories. --- doc/Doxyfiles/all_Doxyfile | 2 +- doc/Doxyfiles/auto_Doxyfile | 2 +- doc/Doxyfiles/auto_Mainpage | 2 +- doc/Doxyfiles/core_Doxyfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/Doxyfiles/all_Doxyfile b/doc/Doxyfiles/all_Doxyfile index 29b939e5d..026f5dc9a 100644 --- a/doc/Doxyfiles/all_Doxyfile +++ b/doc/Doxyfiles/all_Doxyfile @@ -349,7 +349,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 = */.svn/* # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see diff --git a/doc/Doxyfiles/auto_Doxyfile b/doc/Doxyfiles/auto_Doxyfile index 4385160fd..bb376fc2e 100644 --- a/doc/Doxyfiles/auto_Doxyfile +++ b/doc/Doxyfiles/auto_Doxyfile @@ -362,7 +362,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 = */.svn/* # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see diff --git a/doc/Doxyfiles/auto_Mainpage b/doc/Doxyfiles/auto_Mainpage index b23c752f7..202bd47f7 100644 --- a/doc/Doxyfiles/auto_Mainpage +++ b/doc/Doxyfiles/auto_Mainpage @@ -423,7 +423,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 = */.svn/* # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see diff --git a/doc/Doxyfiles/core_Doxyfile b/doc/Doxyfiles/core_Doxyfile index d049ba64b..f4c2d7dd7 100644 --- a/doc/Doxyfiles/core_Doxyfile +++ b/doc/Doxyfiles/core_Doxyfile @@ -437,7 +437,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 = */.svn/* # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see