From 0b9c7b74bef2dd5913cc8d96de0fc016d682ead1 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sun, 3 Oct 2021 12:18:03 +0200 Subject: docs: Update YAML docs after rebase --- docs/yaml/elementary/str.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'docs/yaml/elementary') diff --git a/docs/yaml/elementary/str.yml b/docs/yaml/elementary/str.yml index e55243f22..b79577ab5 100644 --- a/docs/yaml/elementary/str.yml +++ b/docs/yaml/elementary/str.yml @@ -219,10 +219,15 @@ methods: # path now has the value '/usr/bin:/bin:/usr/local/bin' ``` - posargs: - string_list: - type: list[str] - description: The list to join with the current string + varargs: + name: strings + type: str + since: 0.60.0 + description: | + The strings to join with the current string. + + Before Meson *0.60.0* this function only accepts a single positional + argument of the type [[list[str]]]. # str.underscorify - name: underscorify -- cgit v1.2.3