From 548dd25c67f331741d2185875f1df7a519d86a37 Mon Sep 17 00:00:00 2001 From: Paolo Borelli Date: Wed, 21 Jun 2023 14:30:14 +0200 Subject: [PATCH] Clarify `environment` docs. The object is not used only for tests, but also for `custom_target` etc. --- docs/yaml/objects/env.yaml | 5 ++--- 1 file 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