diff options
Diffstat (limited to 'docs/refman/templates/root.functions.mustache')
| -rw-r--r-- | docs/refman/templates/root.functions.mustache | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/refman/templates/root.functions.mustache b/docs/refman/templates/root.functions.mustache new file mode 100644 index 000000000..aa0230db2 --- /dev/null +++ b/docs/refman/templates/root.functions.mustache @@ -0,0 +1,20 @@ +--- +short-description: Meson functions +render-subpages: false +... + +# Functions + +This document lists all functions available in `meson.build` files. +See the [root manual document]([[!root]]) for +an overview of all features. + +{{#functions}} +<p style="padding: 7.5px; margin: 0px;"></p> + +{{>func}} + +<p style="padding: 7.5px; margin: 0px;"></p> + +--- +{{/functions}} |
