The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.0 KiB
62 lines
1.0 KiB
--- |
|
short-description: "{{obj_type_name}} object: {{long_name}}" |
|
title: {{title}} |
|
render-subpages: false |
|
... |
|
# {{long_name}} (`{{name}}`{{#extends}} extends [[@{{.}}]]{{/extends}}) |
|
|
|
{{&description}} |
|
|
|
{{#has_subclasses}} |
|
## Extended by |
|
|
|
{{long_name}} is extended by the following subtypes: |
|
{{#extended_by}} |
|
- {{&.}} |
|
{{/extended_by}} |
|
{{/has_subclasses}} |
|
|
|
{{#is_returned}} |
|
## Returned by |
|
|
|
{{long_name}} objects are returned by the following functions and methods: |
|
{{#returned_by}} |
|
- {{&.}} |
|
{{/returned_by}} |
|
{{/is_returned}} |
|
|
|
{{#example}} |
|
## Example |
|
|
|
<pre><code class="language-meson">{{&example}}</code></pre> |
|
{{/example}} |
|
|
|
{{>notes}} |
|
|
|
{{#has_methods}} |
|
## {{long_name}} methods |
|
|
|
{{#methods}} |
|
<p style="padding: 7.5px; margin: 0px;"></p> |
|
|
|
{{>func}} |
|
|
|
<p style="padding: 7.5px; margin: 0px;"></p> |
|
|
|
--- |
|
{{/methods}} |
|
{{/has_methods}} |
|
|
|
{{#has_inherited_methods}} |
|
## Inherited methods |
|
|
|
{{#inherited_methods}} |
|
<p style="padding: 7.5px; margin: 0px;"></p> |
|
|
|
{{>func}} |
|
|
|
<p style="padding: 7.5px; margin: 0px;"></p> |
|
|
|
--- |
|
{{/inherited_methods}} |
|
{{/has_inherited_methods}}
|
|
|