summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-10-20 12:05:31 (GMT)
committerGitHub <noreply@github.com>2020-10-20 12:05:31 (GMT)
commitde17b6df10a8b4cd8a3b2f42b49e9d4ac94b0da7 (patch)
tree8c89dc5e9b0f77ac058c5a6fd331e3dc44ecb133
parentd03e8d9411ab3e983fc3413c147fba1a5e5c9dad (diff)
parentb2cf46c4b8a74163526e1d3334ce60026b0198bc (diff)
downloadDoxygen-de17b6df10a8b4cd8a3b2f42b49e9d4ac94b0da7.zip
Doxygen-de17b6df10a8b4cd8a3b2f42b49e9d4ac94b0da7.tar.gz
Doxygen-de17b6df10a8b4cd8a3b2f42b49e9d4ac94b0da7.tar.bz2
Merge pull request #8121 from albert-github/feature/bug_clang_config
Small layout improvement in documentation of CLANG_DATABASE_PATH
-rw-r--r--src/config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.xml b/src/config.xml
index 6158970..793b7d1 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -1740,10 +1740,10 @@ to disable this feature.
<docs>
<![CDATA[
If clang assisted parsing is enabled you can provide the clang parser with the
- path to the directory containing a file called compile_commands.json.
+ path to the directory containing a file called `compile_commands.json`.
This file is the <a href="http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html">
compilation database</a> containing the options used when the source files were built.
- This is equivalent to specifying the "-p" option to a clang tool, such as clang-check.
+ This is equivalent to specifying the `-p` option to a clang tool, such as `clang-check`.
These options will then be passed to the parser. Any options specified with
\ref cfg_clang_options "CLANG_OPTIONS" will be added as well.