summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-10-20 10:34:31 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-10-20 10:34:31 (GMT)
commitb2cf46c4b8a74163526e1d3334ce60026b0198bc (patch)
treeca91485a693043bd92d314e1f117667369e1dda8 /src/config.xml
parent33b0f4d25dff25b0e50d62eff68155106e88d58d (diff)
downloadDoxygen-b2cf46c4b8a74163526e1d3334ce60026b0198bc.zip
Doxygen-b2cf46c4b8a74163526e1d3334ce60026b0198bc.tar.gz
Doxygen-b2cf46c4b8a74163526e1d3334ce60026b0198bc.tar.bz2
Small layout improvement in documentation of CLANG_DATABASE_PATH
Small layout improvement in documentation of CLANG_DATABASE_PATH so some literal words are better shown.
Diffstat (limited to 'src/config.xml')
-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.