summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDoug Johnston <doug.johnston@gmail.com>2017-04-06 17:25:56 (GMT)
committerDoug Johnston <doug.johnston@gmail.com>2017-04-06 17:25:56 (GMT)
commit818aefcecf3cca986c971cd236bd7b77337db955 (patch)
treed5f6b59eec1ae57d746a454ee73c072e0b677d1c /src/config.xml
parentb91f4665693f52d02f18ee626ef201a8113321ff (diff)
downloadDoxygen-818aefcecf3cca986c971cd236bd7b77337db955.zip
Doxygen-818aefcecf3cca986c971cd236bd7b77337db955.tar.gz
Doxygen-818aefcecf3cca986c971cd236bd7b77337db955.tar.bz2
make use of clang compilation database
See: https://clang.llvm.org/docs/JSONCompilationDatabase.html
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 2a7cbeb..55ee0b1 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 equivilent 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'>