aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-10-03 18:35:35 +0530
committerGitHub <noreply@github.com>2018-10-03 18:35:35 +0530
commit31e1e524caf9874d628c04e706f93872ad88da0e (patch)
tree0e9ecf83c630c52007c880e04e433ce32ce1e8a4 /docs
parenta39d7d4186daf520fc515af46072a245b9bf7f71 (diff)
downloadmeson-31e1e524caf9874d628c04e706f93872ad88da0e.zip
meson-31e1e524caf9874d628c04e706f93872ad88da0e.tar.gz
meson-31e1e524caf9874d628c04e706f93872ad88da0e.tar.bz2
Document when console: kwarg was added [skip ci]
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Reference-manual.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index 3bd2bfa..14e81a8 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -242,7 +242,7 @@ Create a custom top level build target. The only positional argument
is the name of this target and the keyword arguments are the
following.
-- `build_by_default` *(added 0.38.0)* causes, when set to true, to
+- `build_by_default` *(added 0.38)* causes, when set to true, to
have this target be built by default, that is, when invoking plain
`ninja`; the default value is false
- `build_always` (deprecated) if `true` this target is always considered out of
@@ -256,7 +256,7 @@ following.
this argument is set to true, Meson captures `stdout` and writes it
to the target file. Note that your command argument list may not
contain `@OUTPUT@` when capture mode is active.
-- `console` keyword argument conflicts with `capture`, and is meant
+- `console` *(added 0.48)* keyword argument conflicts with `capture`, and is meant
for commands that are resource-intensive and take a long time to
finish. With the Ninja backend, setting this will add this target
to [Ninja's `console` pool](https://ninja-build.org/manual.html#_the_literal_console_literal_pool),