diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-02 21:58:04 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-06 12:19:35 +0100 |
commit | bcb8146280ed89d1fabc3136e2e65a6173b31214 (patch) | |
tree | 1bb145ca2a55d6e3ad892fefa2d54d087c285515 /docs/markdown | |
parent | 428f85e8605034e30f835542f2d26600e967f4f0 (diff) | |
download | meson-bcb8146280ed89d1fabc3136e2e65a6173b31214.zip meson-bcb8146280ed89d1fabc3136e2e65a6173b31214.tar.gz meson-bcb8146280ed89d1fabc3136e2e65a6173b31214.tar.bz2 |
Indent flag only toggles
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/snippets/introspect_multiple.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/markdown/snippets/introspect_multiple.md b/docs/markdown/snippets/introspect_multiple.md index 0d53d48..131bf58 100644 --- a/docs/markdown/snippets/introspect_multiple.md +++ b/docs/markdown/snippets/introspect_multiple.md @@ -13,7 +13,8 @@ JSON output (the default is still compact JSON) and force use the new output format, even if only one introspection command was given. A complete introspection dump is also stored in the `meson-info` -directory. This dump will be (re)generated each time meson updates the configuration of the build directory. +directory. This dump will be (re)generated each time meson updates the +configuration of the build directory. Additionlly the format of `meson introspect target` was changed: |