aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/IDE-integration.md
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2017-05-02 20:55:49 -0400
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2017-05-03 16:20:51 -0400
commitb80d40c287789ec0cb430842923a0254c86a6150 (patch)
tree1959e740245042340aff6d6ea96f80d8a75c95f1 /docs/markdown/IDE-integration.md
parent492e281c0e5a4ff01e15af220bff21acaaa7f90d (diff)
downloadmeson-b80d40c287789ec0cb430842923a0254c86a6150.zip
meson-b80d40c287789ec0cb430842923a0254c86a6150.tar.gz
meson-b80d40c287789ec0cb430842923a0254c86a6150.tar.bz2
doc: Capitalize things more consistently.
Upper or lower case depending on the official spelling, or the more consistent usage.
Diffstat (limited to 'docs/markdown/IDE-integration.md')
-rw-r--r--docs/markdown/IDE-integration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md
index 7258f56..1763024 100644
--- a/docs/markdown/IDE-integration.md
+++ b/docs/markdown/IDE-integration.md
@@ -28,7 +28,7 @@ In order to make code completion work, you need the compiler flags for each comp
ninja -t commands foo
-Note that if the target has dependencies (such as generated sources), then the commands for those show up in this list as well, so you need to do some filtering. Alternatively you can grab every command invocation in the [clang tools db](http://clang.llvm.org/docs/JSONCompilationDatabase.html) format that is written to a file called `compile_commands.json` in the build directory.
+Note that if the target has dependencies (such as generated sources), then the commands for those show up in this list as well, so you need to do some filtering. Alternatively you can grab every command invocation in the [Clang tools db](http://clang.llvm.org/docs/JSONCompilationDatabase.html) format that is written to a file called `compile_commands.json` in the build directory.
The next thing to display is the list of options that can be set. These include build type and so on. Here's how to extract them.