aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2018-12-30 11:09:08 +0100
committerDaniel Mensinger <daniel@mensinger-ka.de>2019-01-06 12:19:31 +0100
commit1268597df590413539099f0f3797fae7bcb5c09a (patch)
treedb4302c826d9e1aaff32e3c561d9a7ef0a59dc4e /docs
parent2e81631d0c892d4842412c5244d9374b390f3787 (diff)
downloadmeson-1268597df590413539099f0f3797fae7bcb5c09a.zip
meson-1268597df590413539099f0f3797fae7bcb5c09a.tar.gz
meson-1268597df590413539099f0f3797fae7bcb5c09a.tar.bz2
Slight modification of the wording
Diffstat (limited to 'docs')
-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 765c2c4..4b5c360 100644
--- a/docs/markdown/IDE-integration.md
+++ b/docs/markdown/IDE-integration.md
@@ -12,7 +12,7 @@ The first thing to do when setting up a Meson project in an IDE is to select the
meson builddir
-With this command meson will configure the project and also generate introspection information that is stored in `intro-*.json` files in the `meson-info` directory. All files will be automatically updated when meson is (re)configured, or the build options change. Thus, an IDE can watch for changes in this directory to know when something changed.
+With this command meson will configure the project and also generate introspection information that is stored in `intro-*.json` files in the `meson-info` directory. The introspection dump will be automatically updated when meson is (re)configured, or the build options change. Thus, an IDE can watch for changes in this directory to know when something changed.
The `meson-info` directory should contain the following files: