Doc: fix type signature for add_languages.required

It was listed as `bool`, but it can be a `feature` too.
pull/12170/head
Bruce Merry 1 year ago committed by Xavier Claessens
parent 9cc18c5f7a
commit 08ad7e770c
  1. 2
      docs/yaml/functions/add_languages.yaml

@ -36,7 +36,7 @@ varargs:
kwargs:
required:
type: bool
type: bool | feature
default: true
description: |
If set to `true`, Meson will halt if any of the languages

Loading…
Cancel
Save