[FFmpeg-cvslog] doxygen: dont generate docs for avconv.c

Michael Niedermayer git at videolan.org
Thu Sep 8 17:57:46 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Sep  8 17:53:53 2011 +0200| [6337de9252fc5a635ae785ec616b5a77990e1741] | committer: Michael Niedermayer

doxygen: dont generate docs for avconv.c
This is a workaround to avoid links in the ffmpeg.c documentation randomly pointing to
different code in avconv.c
This should be removed once doxygen is fixed and we upgraded
doxygen 1.7.3 is the latests i tested and that still has this issue.
Fixed Ticket421

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6337de9252fc5a635ae785ec616b5a77990e1741
---

 Doxyfile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Doxyfile b/Doxyfile
index 155734b..dfa51cc 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -625,7 +625,8 @@ EXCLUDE_SYMLINKS       = NO
 # for example use the pattern */test/*
 
 EXCLUDE_PATTERNS       = *.git \
-                         *.d
+                         *.d \
+                         avconv.c
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
 # (namespaces, classes, functions, etc.) that should be excluded from the



More information about the ffmpeg-cvslog mailing list