Exclude avisynth.h, MatroskaParser.? and md5.? from document generation.
Originally committed to SVN as r3331.
This commit is contained in:
parent
93f78921f3
commit
e213d36b04
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ RECURSIVE = YES
|
||||||
EXCLUDE =
|
EXCLUDE =
|
||||||
EXCLUDE_SYMLINKS = NO
|
EXCLUDE_SYMLINKS = NO
|
||||||
EXCLUDE_PATTERNS = */.svn* */.deps* */.libs* */boost/* */scripts/* */gl/* */msvc/* */libresrc/* \
|
EXCLUDE_PATTERNS = */.svn* */.deps* */.libs* */boost/* */scripts/* */gl/* */msvc/* */libresrc/* \
|
||||||
*/libosxutil/bundledirs-test.c
|
*/libosxutil/bundledirs-test.c */avisynth.h */MatroskaParser.? */md5.?
|
||||||
EXCLUDE_SYMBOLS =
|
EXCLUDE_SYMBOLS =
|
||||||
EXAMPLE_PATH = ../../
|
EXAMPLE_PATH = ../../
|
||||||
EXAMPLE_PATTERNS =
|
EXAMPLE_PATTERNS =
|
||||||
|
|
Loading…
Reference in a new issue