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