diff options
author | textshell <textshell@users.noreply.github.com> | 2018-12-30 22:34:57 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-06 12:19:32 +0100 |
commit | 1e374feb1ce09e866f9625a3ea378b58fddaf768 (patch) | |
tree | 6163260a3855742b0a5c1002631b93d5352d07cb /docs | |
parent | 8ac5b36c70ba0cee69c791576160641807aec032 (diff) | |
download | meson-1e374feb1ce09e866f9625a3ea378b58fddaf768.zip meson-1e374feb1ce09e866f9625a3ea378b58fddaf768.tar.gz meson-1e374feb1ce09e866f9625a3ea378b58fddaf768.tar.bz2 |
Update docs/markdown/IDE-integration.md
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/IDE-integration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md index 639f4a0..1b79c74 100644 --- a/docs/markdown/IDE-integration.md +++ b/docs/markdown/IDE-integration.md @@ -38,7 +38,7 @@ The most important file for an IDE is probably `intro-targets.json`. Here each t "name": "Name of the target", "id": "The internal ID meson uses", "type": "<TYPE>", - "filename": ["list", "of", "generate", "files"], + "filename": ["list", "of", "generated", "files"], "build_by_default": true / false, "sources": [], "installed": true / false, |