summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2017-07-08 20:29:20 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2017-07-08 20:29:20 (GMT)
commit82221a3a3f20f7e7cef94b52ac6c575f940b51f3 (patch)
treea7274a138e99a1da651515e68d517e76d04503ad /src/config.xml
parentdaa2c0960aa5044990c3e06afe8c15694e8be48d (diff)
parentbca94d6ca30bde5f01dd17a83cfa63268c0ca664 (diff)
downloadDoxygen-82221a3a3f20f7e7cef94b52ac6c575f940b51f3.zip
Doxygen-82221a3a3f20f7e7cef94b52ac6c575f940b51f3.tar.gz
Doxygen-82221a3a3f20f7e7cef94b52ac6c575f940b51f3.tar.bz2
Merge branch 'master' of https://github.com/dvj/doxygen into dvj-master
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml
index 8bb6add..6cd7997 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -1637,6 +1637,20 @@ to disable this feature.
]]>
</docs>
</option>
+ <option type='string' id='CLANG_COMPILATION_DATABASE_PATH' setting='USE_LIBCLANG' defval='0'>
+ <docs>
+<![CDATA[
+ If clang assisted parsing is enabled you can provide the clang parser with the
+ path to the <a href="http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html">
+ compilation database</a> used when the files were built. This is equivalent to
+ specifying the "-p" option to a clang tool, such as clang-check. These options
+ will then be pased to the parser.
+
+ @note The availability of this option depends on whether or not doxygen
+ was generated with the `-Duse-libclang=ON` option for CMake.
+ ]]>
+ </docs>
+ </option>
</group>
<group name='Index' docs='Configuration options related to the alphabetical class index'>
<option type='bool' id='ALPHABETICAL_INDEX' defval='1'>