From 9c4d6088b1f061c7cd8dba00eda5e72427ad3d0e Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sun, 23 Oct 2022 21:54:47 -0400 Subject: Accept disablers in summary values They are commonly used as a replacement for a `dependency`, and not accepting them in `summary` breaks the last example in [1] when used as a value. [1] https://mesonbuild.com/Disabler.html#disabling-parts-of-the-build --- docs/markdown/snippets/summary-disabler.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/markdown/snippets/summary-disabler.md (limited to 'docs') diff --git a/docs/markdown/snippets/summary-disabler.md b/docs/markdown/snippets/summary-disabler.md new file mode 100644 index 0000000..97b8d0f --- /dev/null +++ b/docs/markdown/snippets/summary-disabler.md @@ -0,0 +1,3 @@ +## `summary()` accepts disablers + +Disabler options can be passed to `summary()` as the value to be printed. -- cgit v1.1