From 91732cbb9ed16aadf1b3fa69a4bf18eb09ae030d Mon Sep 17 00:00:00 2001 From: chrysn Date: Sun, 26 Feb 2012 03:49:06 +0100 Subject: make doxygen ignore .d files .d files are created to track Makefile dependencies and don't contain real code --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3