From ad9eff3f9c45f0bb81de46c5792e894c1594d19c Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Thu, 8 Jul 2010 18:46:22 +0000
Subject: [PATCH] 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
---
 Doxyfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doxyfile b/Doxyfile
index 156624157e6..3e0cb5d3bfe 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
-- 
GitLab