From: bernie Date: Sat, 21 Jan 2006 16:31:44 +0000 (+0000) Subject: Ignore Qt moc's and unit tests. X-Git-Tag: 1.0.0~763 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=3051bdd9f37c81cfec6ec7d7614c08e84a526062;hp=9ec67192ce2cdfc6678aa903272a6ff94e93a1da;p=bertos.git Ignore Qt moc's and unit tests. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@478 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/Doxyfile b/Doxyfile index 92711280..cc005815 100755 --- a/Doxyfile +++ b/Doxyfile @@ -512,7 +512,8 @@ EXCLUDE_SYMLINKS = NO # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* -EXCLUDE_PATTERNS = *_test.* +EXCLUDE_PATTERNS = *_test.* \ + *_moc.* # 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/Doxyfile_c b/Doxyfile_c index 95d9c326..c4b80a4e 100755 --- a/Doxyfile_c +++ b/Doxyfile_c @@ -513,7 +513,8 @@ EXCLUDE_SYMLINKS = NO # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* -EXCLUDE_PATTERNS = +EXCLUDE_PATTERNS = *_test.* \ + *_moc.* # 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/Doxyfile_cxx b/Doxyfile_cxx index e577813b..1c84b755 100755 --- a/Doxyfile_cxx +++ b/Doxyfile_cxx @@ -513,7 +513,8 @@ EXCLUDE_SYMLINKS = NO # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* -EXCLUDE_PATTERNS = +EXCLUDE_PATTERNS = *_test.* \ + *_moc.* # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see