diff options
author | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2016-03-24 13:21:12 +0000 |
---|---|---|
committer | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2016-03-24 13:21:12 +0000 |
commit | 9ea44aee64dcced25665fe1f187a36e5f725c354 (patch) | |
tree | cc3a85c0d7d05af2572d8ed0c4cbb26e9bd70c49 | |
parent | 47197fe3f3d62d0903ef3266b6bda7ea3e02f6de (diff) | |
download | bcm5719-llvm-9ea44aee64dcced25665fe1f187a36e5f725c354.tar.gz bcm5719-llvm-9ea44aee64dcced25665fe1f187a36e5f725c354.zip |
[DOCS] Exclude python and shell scripts
llvm-svn: 264273
-rw-r--r-- | polly/docs/doxygen.cfg.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/polly/docs/doxygen.cfg.in b/polly/docs/doxygen.cfg.in index ed790d8f214..36786aa5641 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 |