mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 18:49:58 +00:00
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>
This commit is contained in:
parent
f6e99bf514
commit
6337de9252
3
Doxyfile
3
Doxyfile
@ -625,7 +625,8 @@ EXCLUDE_SYMLINKS = NO
|
|||||||
# for example use the pattern */test/*
|
# for example use the pattern */test/*
|
||||||
|
|
||||||
EXCLUDE_PATTERNS = *.git \
|
EXCLUDE_PATTERNS = *.git \
|
||||||
*.d
|
*.d \
|
||||||
|
avconv.c
|
||||||
|
|
||||||
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
||||||
# (namespaces, classes, functions, etc.) that should be excluded from the
|
# (namespaces, classes, functions, etc.) that should be excluded from the
|
||||||
|
Loading…
Reference in New Issue
Block a user