summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-03-03 18:43:16 (GMT)
committerGitHub <noreply@github.com>2021-03-03 18:43:16 (GMT)
commit952d4ca7c5bcf5b3ec6c67b4a0e2808de6d04153 (patch)
tree8520df2dc10f998a797d34d61e9e71bda549033c /src/config.xml
parenta4d414d1968fd1de1ef7e587d47db3e9a48c5801 (diff)
parent77a56dac2afe8987396052951986104af9efdbfe (diff)
downloadDoxygen-952d4ca7c5bcf5b3ec6c67b4a0e2808de6d04153.zip
Doxygen-952d4ca7c5bcf5b3ec6c67b4a0e2808de6d04153.tar.gz
Doxygen-952d4ca7c5bcf5b3ec6c67b4a0e2808de6d04153.tar.bz2
Merge pull request #8348 from albert-github/feature/bug_clang_dependency
Missing CLANG dependency
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 7d5808a..1474698 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -1751,11 +1751,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>