Document when console: kwarg was added [skip ci]

pull/4311/head
Nirbheek Chauhan 7 years ago committed by GitHub
parent a39d7d4186
commit 31e1e524ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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 is the name of this target and the keyword arguments are the
following. 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 have this target be built by default, that is, when invoking plain
`ninja`; the default value is false `ninja`; the default value is false
- `build_always` (deprecated) if `true` this target is always considered out of - `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 this argument is set to true, Meson captures `stdout` and writes it
to the target file. Note that your command argument list may not to the target file. Note that your command argument list may not
contain `@OUTPUT@` when capture mode is active. 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 for commands that are resource-intensive and take a long time to
finish. With the Ninja backend, setting this will add this target 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), to [Ninja's `console` pool](https://ninja-build.org/manual.html#_the_literal_console_literal_pool),

Loading…
Cancel
Save