From 799d7d84bcf0d6cdb347939d2402513cb46ac5c6 Mon Sep 17 00:00:00 2001 From: Stephen Arnold Date: Sat, 3 Oct 2020 21:47:32 -0700 Subject: [PATCH] Doxyfile.html_cfg: disable clang parsing as default/travis Signed-off-by: Stephen Arnold --- .travis.yml | 2 -- Doxyfile.html_cfg | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0a70b8f..0358fef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,6 @@ matrix: - ubuntu-toolchain-r-test packages: - g++-9 - - clang - doxygen - graphviz compiler: gcc @@ -27,7 +26,6 @@ matrix: - ubuntu-toolchain-r-test packages: - g++-10 - - clang - doxygen - graphviz compiler: gcc diff --git a/Doxyfile.html_cfg b/Doxyfile.html_cfg index 9177b61..62e985a 100644 --- a/Doxyfile.html_cfg +++ b/Doxyfile.html_cfg @@ -1026,7 +1026,7 @@ VERBATIM_HEADERS = YES # generated with the -Duse-libclang=ON option for CMake. # 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 @@ -1034,7 +1034,7 @@ CLANG_ASSISTED_PARSING = YES # specified with INPUT and INCLUDE_PATH. # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES. -CLANG_OPTIONS = +CLANG_OPTIONS = -std=c++11 -isystem/usr/include/linux #--------------------------------------------------------------------------- # Configuration options related to the alphabetical class index