aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2018-12-11 17:59:35 +0100
committerDaniel Mensinger <daniel@mensinger-ka.de>2019-01-06 12:19:30 +0100
commitfde10eaee9886f5834a4ab92deadfd39b2d05424 (patch)
tree5e0ecc54dd97b07e55494fb78b64d71d3dc84815 /docs
parent7691b0460c53478cfc2e11fca156557add6579bf (diff)
downloadmeson-fde10eaee9886f5834a4ab92deadfd39b2d05424.zip
meson-fde10eaee9886f5834a4ab92deadfd39b2d05424.tar.gz
meson-fde10eaee9886f5834a4ab92deadfd39b2d05424.tar.bz2
Updated the docs
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/IDE-integration.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md
index bd5dff2..6fb2321 100644
--- a/docs/markdown/IDE-integration.md
+++ b/docs/markdown/IDE-integration.md
@@ -58,7 +58,8 @@ The `intro-sources.json` file stores a list of all source objects of the target.
"language": "language ID",
"compiler": ["The", "compiler", "command"],
"parameters": ["list", "of", "compiler", "parameters"],
- "source_files": ["list", "of", "all", "source", "files", "for", "this", "language"]
+ "sources": ["list", "of", "all", "source", "files", "for", "this", "language"],
+ "generated_sources": ["list", "of", "all", "soruce", "files", "that", "where", "generated", "somewhere", "else"]
}
```