Slight modification of the wording

pull/4547/head
Daniel Mensinger 6 years ago
parent 2e81631d0c
commit 1268597df5
No known key found for this signature in database
GPG Key ID: 54DD94C131E277D4
  1. 2
      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:

Loading…
Cancel
Save