diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2020-01-20 15:04:16 -0500 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2020-01-26 07:51:16 -0500 |
commit | b74ece344fe6d40e1040670a12be1dde3adb71b2 (patch) | |
tree | 4a884bc30f7b91437066390139e242922be35322 /docs/markdown/Reference-manual.md | |
parent | dbad64cf34ba43b24dc2d71bd260f137acc37ea5 (diff) | |
download | meson-b74ece344fe6d40e1040670a12be1dde3adb71b2.zip meson-b74ece344fe6d40e1040670a12be1dde3adb71b2.tar.gz meson-b74ece344fe6d40e1040670a12be1dde3adb71b2.tar.bz2 |
Support multiple args to message() and warning()
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r-- | docs/markdown/Reference-manual.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 57e2bc1..6699d75 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1195,6 +1195,9 @@ them for the default behaviour for each platform. This function prints its argument to stdout. +**Since 0.54.0** Can take more more than one argument that will be separated by +space. + ### warning() ``` meson @@ -1205,6 +1208,9 @@ This function prints its argument to stdout prefixed with WARNING:. *Added 0.44.0* +**Since 0.54.0** Can take more more than one argument that will be separated by +space. + ### summary() ``` meson |