meson/docs/yaml/functions/error.yaml

17 lines
305 B
YAML
Raw Normal View History

2021-08-21 22:27:56 +08:00
name: error
returns: void
description: Print the argument string and halts the build process.
arg_flattening: false
2021-08-21 22:27:56 +08:00
posargs:
message:
type: str
description: The message to print
varargs:
name: msg
since: 0.58.0
type: str
2021-10-21 18:41:10 +08:00
description: Additional parameters will be separated by spaces