diff options
author | Alexis Jeandet <alexis.jeandet@member.fsf.org> | 2020-07-31 19:17:35 +0200 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-07-31 19:27:53 +0200 |
commit | 46a45570212fbbe559cb42f1732021ee037b660c (patch) | |
tree | e9d9300ed5d8a1952897be596a3b134d1d032e52 | |
parent | cc201a539674babf46f726859587afb5ed6a6867 (diff) | |
download | meson-46a45570212fbbe559cb42f1732021ee037b660c.zip meson-46a45570212fbbe559cb42f1732021ee037b660c.tar.gz meson-46a45570212fbbe559cb42f1732021ee037b660c.tar.bz2 |
Doc: Added clarification on introspection files gen order [skip ci]
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
-rw-r--r-- | docs/markdown/IDE-integration.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md index 2cc4f4f..ee51b64 100644 --- a/docs/markdown/IDE-integration.md +++ b/docs/markdown/IDE-integration.md @@ -25,7 +25,8 @@ 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. +watch for changes in this directory to know when something changed. Note that +`meson-info.json` guaranteed to be the last file written. The `meson-info` directory should contain the following files: |