Ignore Qt moc's and unit tests.
[bertos.git] / Doxyfile
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