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