diff options
| author | Paolo Borelli <borellip@amazon.com> | 2023-06-21 14:30:14 +0200 |
|---|---|---|
| committer | Xavier Claessens <xclaesse@gmail.com> | 2023-06-21 08:45:47 -0400 |
| commit | 548dd25c67f331741d2185875f1df7a519d86a37 (patch) | |
| tree | 823a822e95d66ebd90749976b06817914156925c | |
| parent | 4c85a7af9236325f52b9026c08b32e8090c7d2d7 (diff) | |
| download | meson-548dd25c67f331741d2185875f1df7a519d86a37.tar.gz | |
Clarify `environment` docs.
The object is not used only for tests, but also for `custom_target` etc.
| -rw-r--r-- | docs/yaml/objects/env.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/yaml/objects/env.yaml b/docs/yaml/objects/env.yaml index 36d3aba50..d784c68b8 100644 --- a/docs/yaml/objects/env.yaml +++ b/docs/yaml/objects/env.yaml @@ -2,9 +2,8 @@ name: env long_name: Environment description: | This object is returned by [[environment]] and stores - detailed information about how environment variables should be set - during tests. It should be passed as the `env` keyword argument to - tests and other functions. + detailed information about how environment variables should be set. + It should be passed as the `env` keyword argument to tests and other functions. *Since 0.58.0* [[env.append]] and [[env.prepend]] can be called multiple times on the same `varname`. Earlier Meson versions would warn and only the last |
