[polly] r264273 - [DOCS] Exclude python and shell scripts

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 06:21:12 PDT 2016


Author: jdoerfert
Date: Thu Mar 24 08:21:12 2016
New Revision: 264273

URL: http://llvm.org/viewvc/llvm-project?rev=264273&view=rev
Log:
[DOCS] Exclude python and shell scripts

Modified:
    polly/trunk/docs/doxygen.cfg.in

Modified: polly/trunk/docs/doxygen.cfg.in
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/docs/doxygen.cfg.in?rev=264273&r1=264272&r2=264273&view=diff
==============================================================================
--- polly/trunk/docs/doxygen.cfg.in (original)
+++ polly/trunk/docs/doxygen.cfg.in Thu Mar 24 08:21:12 2016
@@ -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




More information about the llvm-commits mailing list