diff options
author | Jason Henline <jhen@google.com> | 2016-08-31 19:02:47 +0000 |
---|---|---|
committer | Jason Henline <jhen@google.com> | 2016-08-31 19:02:47 +0000 |
commit | 2eb1da8ed0aef760ec2cdb2ee74ff8566ff494ed (patch) | |
tree | a5c8e94e27ac063d50ce183125ffccc4d399afc8 | |
parent | 5b363dd29413abe2ced25f88e290bc63bf2700e0 (diff) | |
download | bcm5719-llvm-2eb1da8ed0aef760ec2cdb2ee74ff8566ff494ed.tar.gz bcm5719-llvm-2eb1da8ed0aef760ec2cdb2ee74ff8566ff494ed.zip |
Exclude examples, unittests from doc gen
Public documentation shouldn't be generated for unit test code and code
that is only meant to be used as snippets in other documentation.
llvm-svn: 280278
-rw-r--r-- | parallel-libs/streamexecutor/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parallel-libs/streamexecutor/Doxyfile.in b/parallel-libs/streamexecutor/Doxyfile.in index 931108de039..abb5fcb961b 100644 --- a/parallel-libs/streamexecutor/Doxyfile.in +++ b/parallel-libs/streamexecutor/Doxyfile.in @@ -794,7 +794,7 @@ 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 = */examples/* */unittests/* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the |