meson/docs/refman/templates/root.functions.mustache

21 lines
360 B
Plaintext
Raw Normal View History

2021-08-21 22:26:07 +08:00
---
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
2021-08-21 22:26:07 +08:00
an overview of all features.
{{#functions}}
<p style="padding: 7.5px; margin: 0px;"></p>
{{>func}}
<p style="padding: 7.5px; margin: 0px;"></p>
---
{{/functions}}