Skip to content

Commit

Permalink
Missing CLANG dependency
Browse files Browse the repository at this point in the history
For the tag `CLANG_ADD_INC_PATHS` the dependency to the rag `CLANG_ASSISTED_PARSING` was missing, giving in the doxywizard the wrong impression about this tag.
  • Loading branch information
albert-github committed Jan 20, 2021
1 parent bb379a3 commit 77a56da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1740,11 +1740,11 @@ to disable this feature.
]]>
</docs>
</option>
<option type='bool' id='CLANG_ADD_INC_PATHS' setting='USE_LIBCLANG' defval='1'>
<option type='bool' id='CLANG_ADD_INC_PATHS' setting='USE_LIBCLANG' depends='CLANG_ASSISTED_PARSING' defval='1'>
<docs>
<![CDATA[
If clang assisted parsing is enabled and the \c CLANG_ADD_INC_PATHS tag
is set to \c YES then doxygen will add the directory of each input to the
If the \c CLANG_ASSISTED_PARSING tag is set to \c YES and the \c CLANG_ADD_INC_PATHS
tag is set to \c YES then doxygen will add the directory of each input to the
include path.
]]>
</docs>
Expand Down

0 comments on commit 77a56da

Please sign in to comment.