meson/docs/yaml/functions/message.yaml

17 lines
435 B
YAML
Raw Normal View History

2021-08-21 22:27:56 +08:00
name: message
returns: void
description: This function prints its argument to stdout.
arg_flattening: false
2021-08-21 22:27:56 +08:00
posargs:
text:
type: str | int | bool | list[str | int | bool] | dict[str | int | bool]
description: The message to print.
2021-08-21 22:27:56 +08:00
varargs:
name: more_text
since: 0.54.0
type: str | int | bool | list[str | int | bool] | dict[str | int | bool]
2021-10-21 18:41:10 +08:00
description: Additional text that will be printed separated by spaces.