diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/yaml/functions/_build_target_base.yaml | 2 | ||||
-rw-r--r-- | docs/yaml/functions/dependency.yaml | 2 | ||||
-rw-r--r-- | docs/yaml/functions/project.yaml | 2 | ||||
-rw-r--r-- | docs/yaml/functions/subproject.yaml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/yaml/functions/_build_target_base.yaml b/docs/yaml/functions/_build_target_base.yaml index f863288..79924d8 100644 --- a/docs/yaml/functions/_build_target_base.yaml +++ b/docs/yaml/functions/_build_target_base.yaml @@ -228,7 +228,7 @@ kwargs: Set this to `[]`, or omit the keyword argument for the default behaviour. override_options: - type: list[str] | dict[str] + type: list[str] | dict[str | bool | int | list[str]] since: 0.40.0 description: | takes an array of strings in the same format as `project`'s `default_options` diff --git a/docs/yaml/functions/dependency.yaml b/docs/yaml/functions/dependency.yaml index 6a628bd..5ae1634 100644 --- a/docs/yaml/functions/dependency.yaml +++ b/docs/yaml/functions/dependency.yaml @@ -78,7 +78,7 @@ varargs: kwargs: default_options: - type: list[str] | dict[str] + type: list[str] | dict[str | bool | int | list[str]] since: 0.38.0 description: | An array of default option values diff --git a/docs/yaml/functions/project.yaml b/docs/yaml/functions/project.yaml index 6eb7adc..5be8cac 100644 --- a/docs/yaml/functions/project.yaml +++ b/docs/yaml/functions/project.yaml @@ -38,7 +38,7 @@ varargs: kwargs: default_options: - type: list[str] | dict[str] + type: list[str] | dict[str | bool | int | list[str]] description: | Accepts strings in the form `key=value` which have the same format as options to `meson configure`. diff --git a/docs/yaml/functions/subproject.yaml b/docs/yaml/functions/subproject.yaml index 3017c20..bccac79 100644 --- a/docs/yaml/functions/subproject.yaml +++ b/docs/yaml/functions/subproject.yaml @@ -42,7 +42,7 @@ posargs: kwargs: default_options: - type: list[str] | dict[str] + type: list[str] | dict[str | bool | int | list[str]] since: 0.37.0 description: | An array of default option values |