aboutsummaryrefslogtreecommitdiff
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2017-08-17 18:05:42 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commit0c9a8fdb88bfff9f2a7c4d00cb88b6519dd02f1b (patch)
treed02b6ffa61b5c22f6cb4a39a965ecf253776a588 /docs/Doxyfile
parente3e7345d6679c7f85144f8f23be18f8c9acd61cf (diff)
downloadComputeLibrary-0c9a8fdb88bfff9f2a7c4d00cb88b6519dd02f1b.tar.gz
Disabled CLANG assisted parsing as it's not supported by Jenkins and it is really slow anyway
Change-Id: I89b6b20eaaa67b8ad71a2126842d18443b7e1acb Reviewed-on: http://mpd-gerrit.cambridge.arm.com/84367 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 31181364c8..f9b6e1403c 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -1058,7 +1058,7 @@ VERBATIM_HEADERS = YES
# compiled with the --with-libclang option.
# The default value is: NO.
-CLANG_ASSISTED_PARSING = YES
+CLANG_ASSISTED_PARSING = NO
# If clang assisted parsing is enabled you can provide the compiler with command
# line options that you would normally use when invoking the compiler. Note that