Skip to content

Commit

Permalink
Doxyfile.html_cfg: disable clang parsing as default/travis
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Arnold <nerdboy@gentoo.org>
  • Loading branch information
sarnold committed Oct 4, 2020
1 parent 4a217a5 commit 799d7d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -13,7 +13,6 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- g++-9
- clang
- doxygen
- graphviz
compiler: gcc
Expand All @@ -27,7 +26,6 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- g++-10
- clang
- doxygen
- graphviz
compiler: gcc
Expand Down
4 changes: 2 additions & 2 deletions Doxyfile.html_cfg
Expand Up @@ -1026,15 +1026,15 @@ 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
# the include paths will already be set by doxygen for the files and directories
# 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
Expand Down

0 comments on commit 799d7d8

Please sign in to comment.