Skip to content

Commit

Permalink
Small layout improvement in documentation of CLANG_DATABASE_PATH
Browse files Browse the repository at this point in the history
Small layout improvement in documentation of  CLANG_DATABASE_PATH so some literal words are better shown.
  • Loading branch information
albert-github committed Oct 20, 2020
1 parent 33b0f4d commit b2cf46c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.xml
Expand Up @@ -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.
Expand Down

0 comments on commit b2cf46c

Please sign in to comment.