Browse code

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@gmx.at>

Michael Niedermayer authored on 2011/09/09 00:53:53
Showing 1 changed files
... ...
@@ -625,7 +625,8 @@ EXCLUDE_SYMLINKS       = NO
625 625
 # for example use the pattern */test/*
626 626
 
627 627
 EXCLUDE_PATTERNS       = *.git \
628
-                         *.d
628
+                         *.d \
629
+                         avconv.c
629 630
 
630 631
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
631 632
 # (namespaces, classes, functions, etc.) that should be excluded from the