aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrysn2012-02-26 03:49:06 +0100
committerchrysn2012-02-26 03:49:06 +0100
commit91732cbb9ed16aadf1b3fa69a4bf18eb09ae030d (patch)
tree8d8627d635195dbffcd38115c74684eacdb18cf2
parent2275ed7b0c355920927be6709a87a0482a749eb2 (diff)
make doxygen ignore .d files
.d files are created to track Makefile dependencies and don't contain real code
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index e5b6a38..70147a7 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -654,7 +654,7 @@ 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 = *.d
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the