diff options
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/IDE-integration.md | 4 | ||||
-rw-r--r-- | docs/markdown/snippets/introspect.md | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md index 0c4f819..8e634aa 100644 --- a/docs/markdown/IDE-integration.md +++ b/docs/markdown/IDE-integration.md @@ -192,8 +192,8 @@ in a real meson run. Because of this options for the subprojects can differ. ## The dependencies section The list of all _found_ dependencies can be acquired from -`intro-dependencies.json`. Here, the name, compiler and linker arguments for -a dependency are listed. +`intro-dependencies.json`. Here, the name, version, compiler and linker +arguments for a dependency are listed. ### Scanning for dependecie with `--scan-dependencies` diff --git a/docs/markdown/snippets/introspect.md b/docs/markdown/snippets/introspect.md new file mode 100644 index 0000000..4d9fab2 --- /dev/null +++ b/docs/markdown/snippets/introspect.md @@ -0,0 +1,4 @@ +## Introspection API changes + +dependencies (--dependencies, intro-dependencies.json): +- added the `version` key |