File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1740,10 +1740,10 @@ to disable this feature.
1740
1740
<docs >
1741
1741
<![CDATA[
1742
1742
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` .
1744
1744
This file is the <a href="http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html">
1745
1745
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` .
1747
1747
These options will then be passed to the parser. Any options specified with
1748
1748
\ref cfg_clang_options "CLANG_OPTIONS" will be added as well.
1749
1749
You can’t perform that action at this time.
0 commit comments