From 3051bdd9f37c81cfec6ec7d7614c08e84a526062 Mon Sep 17 00:00:00 2001 From: bernie Date: Sat, 21 Jan 2006 16:31:44 +0000 Subject: [PATCH] Ignore Qt moc's and unit tests. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@478 38d2e660-2303-0410-9eaa-f027e97ec537 --- Doxyfile | 3 ++- Doxyfile_c | 3 ++- Doxyfile_cxx | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) 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 -- 2.25.1