summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2021-01-20 14:56:22 (GMT)
committeralbert-github <albert.tests@gmail.com>2021-01-20 14:56:22 (GMT)
commit77a56dac2afe8987396052951986104af9efdbfe (patch)
treed6b7c02464025aaf99c2a3caf14c153393771809 /src/config.xml
parentbb379a38de9fd6afac1fa32e93f2ca2e90433a9d (diff)
downloadDoxygen-77a56dac2afe8987396052951986104af9efdbfe.zip
Doxygen-77a56dac2afe8987396052951986104af9efdbfe.tar.gz
Doxygen-77a56dac2afe8987396052951986104af9efdbfe.tar.bz2
Missing CLANG dependency
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.
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config.xml b/src/config.xml
index e25c94e..5ec34b3 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -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>