summaryrefslogtreecommitdiff
path: root/docs/yaml
diff options
context:
space:
mode:
authorPaolo Borelli <borellip@amazon.com>2023-06-21 14:30:14 +0200
committerXavier Claessens <xclaesse@gmail.com>2023-06-21 08:45:47 -0400
commit548dd25c67f331741d2185875f1df7a519d86a37 (patch)
tree823a822e95d66ebd90749976b06817914156925c /docs/yaml
parent4c85a7af9236325f52b9026c08b32e8090c7d2d7 (diff)
downloadmeson-548dd25c67f331741d2185875f1df7a519d86a37.tar.gz
Clarify `environment` docs.
The object is not used only for tests, but also for `custom_target` etc.
Diffstat (limited to 'docs/yaml')
-rw-r--r--docs/yaml/objects/env.yaml5
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