Ignore Qt moc's and unit tests.
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Sat, 21 Jan 2006 16:31:44 +0000 (16:31 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Sat, 21 Jan 2006 16:31:44 +0000 (16:31 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@478 38d2e660-2303-0410-9eaa-f027e97ec537

Doxyfile
Doxyfile_c
Doxyfile_cxx

index 927112800798d795be1293e25662e7534d524a24..cc00581539c10493ec9fc77d1ac05a86bcec3ad3 100755 (executable)
--- 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 
index 95d9c326d6febf8c295f2d9c318a8a1f7c03cc6f..c4b80a4e39181c26d191fdddc50687d33f3e7e65 100755 (executable)
@@ -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 
index e577813bc309108d92b8ca348f18b879b4aeacac..1c84b75513148914e838bf77fa44d5542d0c705c 100755 (executable)
@@ -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