diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2022-10-22 16:30:01 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-10-24 21:47:46 -0400 |
| commit | 8c5838bfea64c47fe2b99008b832636603560865 (patch) | |
| tree | 1d730572585a1849982854a45cc775bb58fd6000 /docs/yaml/functions/_build_target_base.yaml | |
| parent | 4287099f06f522f632b1a98b76d8387a7a8bd778 (diff) | |
| download | meson-8c5838bfea64c47fe2b99008b832636603560865.tar.gz | |
Add missing since annotations in docs
This is based on searching for `@FeatureNew*` decorators.
There is also one correction to a version in a decorators;
`build_by_default` was added in #1303, which is 0.38.0, not 0.40.0.
Diffstat (limited to 'docs/yaml/functions/_build_target_base.yaml')
| -rw-r--r-- | docs/yaml/functions/_build_target_base.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/yaml/functions/_build_target_base.yaml b/docs/yaml/functions/_build_target_base.yaml index 4e7afadb6..589e0d237 100644 --- a/docs/yaml/functions/_build_target_base.yaml +++ b/docs/yaml/functions/_build_target_base.yaml @@ -63,6 +63,7 @@ kwargs: build_rpath: type: str + since: 0.42.0 description: | A string to add to target's rpath definition in the build dir, but which will be removed on install @@ -281,7 +282,7 @@ kwargs: rust_crate_type: type: str - since: 0.41.0 + since: 0.42.0 description: | Set the specific type of rust crate to compile (when compiling rust). |
