diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2020-02-25 10:19:50 -0500 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.com> | 2020-02-26 14:24:12 -0500 |
commit | c175e97a8862be5c87196aa94cb911975c84cf84 (patch) | |
tree | 8d91387586ce9714bc9d8ec30bff09b2322652a3 /docs/markdown/snippets | |
parent | f66b04b0996eae5cd7b0ad007435d5a51f28b691 (diff) | |
download | meson-c175e97a8862be5c87196aa94cb911975c84cf84.zip meson-c175e97a8862be5c87196aa94cb911975c84cf84.tar.gz meson-c175e97a8862be5c87196aa94cb911975c84cf84.tar.bz2 |
summary: Add list_sep keyword argument
This allows having lists on a single line instead of having each value
aligned on a new line.
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/summary.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/summary.md b/docs/markdown/snippets/summary.md new file mode 100644 index 0000000..2ab7996 --- /dev/null +++ b/docs/markdown/snippets/summary.md @@ -0,0 +1,5 @@ +## Summary improvements + +A new `list_sep` keyword argument has been added to `summary()` function. +If defined and the value is a list, elements will be separated by the provided +string instead of being aligned on a new line. |