Skip to content

Commit b2cf46c

Browse files
committed
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.
1 parent 33b0f4d commit b2cf46c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,10 +1740,10 @@ to disable this feature.
17401740
<docs>
17411741
<![CDATA[
17421742
If clang assisted parsing is enabled you can provide the clang parser with the
1743-
path to the directory containing a file called compile_commands.json.
1743+
path to the directory containing a file called `compile_commands.json`.
17441744
This file is the <a href="http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html">
17451745
compilation database</a> containing the options used when the source files were built.
1746-
This is equivalent to specifying the "-p" option to a clang tool, such as clang-check.
1746+
This is equivalent to specifying the `-p` option to a clang tool, such as `clang-check`.
17471747
These options will then be passed to the parser. Any options specified with
17481748
\ref cfg_clang_options "CLANG_OPTIONS" will be added as well.
17491749

0 commit comments

Comments
 (0)