summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-07-08 18:46:22 +0000
committerDiego Biurrun <diego@biurrun.de>2010-07-08 18:46:22 +0000
commitad9eff3f9c45f0bb81de46c5792e894c1594d19c (patch)
tree7a14d45f3de729541ecc4436c99a8ec258aac82d /Doxyfile
parent9770a7ad0e0badf4b7cbe2c23b7522ca5b187ae5 (diff)
Do not generate documentation for .d files; they do not contain source code.
Originally committed as revision 24122 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 156624157e..3e0cb5d3bf 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -577,7 +577,7 @@ EXCLUDE_SYMLINKS = NO
# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
-EXCLUDE_PATTERNS = *.svn *.git
+EXCLUDE_PATTERNS = *.svn *.git *.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