summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEisuke Kawashima <e-kwsm@users.noreply.github.com>2023-02-16 22:33:29 +0900
committerEli Schwartz <eschwartz93@gmail.com>2024-02-18 16:29:30 -0500
commitc46d0e733e7a06e71fb125add32e3e8ce31a129c (patch)
tree23a9bf6e32732d87fb1f53c9e1662e7b7cfdd328
parent163d703a18b7d2766bd4db670c390ae59a4cc274 (diff)
downloadmeson-c46d0e733e7a06e71fb125add32e3e8ce31a129c.tar.gz
doc: fix descriptions of dependency and find_program
They accept list as documented
-rw-r--r--docs/yaml/functions/find_program.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/yaml/functions/find_program.yaml b/docs/yaml/functions/find_program.yaml
index 3153bd327..4a17e8637 100644
--- a/docs/yaml/functions/find_program.yaml
+++ b/docs/yaml/functions/find_program.yaml
@@ -98,10 +98,10 @@ kwargs:
instead of a not-found object.
version:
- type: str
+ type: str | list[str]
since: 0.52.0
description: |
- specifies the required version, see
+ Specifies the required version, see
[[dependency]] for argument format. The version of the program
is determined by running `program_name --version` command. If stdout is empty
it fallbacks to stderr. If the output contains more text than simply a version