From: Johannes Doerfert Date: Thu, 24 Mar 2016 13:21:12 +0000 (+0000) Subject: [DOCS] Exclude python and shell scripts X-Git-Tag: llvmorg-3.9.0-rc1~11049 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ea44aee64dcced25665fe1f187a36e5f725c354;p=platform%2Fupstream%2Fllvm.git [DOCS] Exclude python and shell scripts llvm-svn: 264273 --- diff --git a/polly/docs/doxygen.cfg.in b/polly/docs/doxygen.cfg.in index ed790d8..36786aa 100644 --- a/polly/docs/doxygen.cfg.in +++ b/polly/docs/doxygen.cfg.in @@ -796,7 +796,8 @@ EXCLUDE_SYMLINKS = NO # Note that the wildcards are matched against the file with absolute path, so to # exclude all test directories for example use the pattern */test/* -EXCLUDE_PATTERNS = +EXCLUDE_PATTERNS = *.py +EXCLUDE_PATTERNS += *.sh # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the