From 9ea44aee64dcced25665fe1f187a36e5f725c354 Mon Sep 17 00:00:00 2001 From: Johannes Doerfert Date: Thu, 24 Mar 2016 13:21:12 +0000 Subject: [PATCH] [DOCS] Exclude python and shell scripts llvm-svn: 264273 --- polly/docs/doxygen.cfg.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.7.4