meson/docs/refman/templates/root.mustache

59 lines
1.2 KiB
Plaintext
Raw Normal View History

2021-08-21 22:26:07 +08:00
---
short-description: The Meson reference manual
render-subpages: false
...
# Reference manual
2021-10-10 05:03:17 +08:00
This is the root page of the online Meson reference manual. This
manual is also available in a more machine readable format as a
JSON documented attached to every release since *0.60.0*. See our
[IDE integration](IDE-integration.md) documentation for more
information.
All functions and methods are documented in detail in the
following subpages:
2021-08-21 22:26:07 +08:00
## Elementary types
{{#elementary}}
2021-10-05 01:39:36 +08:00
{{indent}}- {{&link}}
2021-08-21 22:26:07 +08:00
{{/elementary}}
## Functions
The following functions are available in build files. Click on each
to see the description and usage. The objects returned by them are
[listed here](#returned-objects).
{{#functions}}
2021-10-05 01:39:36 +08:00
{{indent}}- {{&link}}
2021-08-21 22:26:07 +08:00
{{/functions}}
## Builtin objects
These are built-in objects that are always available.
{{#builtins}}
2021-10-05 01:39:36 +08:00
{{indent}}- {{&link}}
2021-08-21 22:26:07 +08:00
{{/builtins}}
## Returned objects
These are objects that can be returned by [functions](#functions)
or other methods.
{{#returned}}
2021-10-05 01:39:36 +08:00
{{indent}}- {{&link}}
2021-08-21 22:26:07 +08:00
{{/returned}}
{{#enable_modules}}
2021-08-21 22:26:07 +08:00
## Modules
{{#modules}}
2021-10-05 01:39:36 +08:00
{{indent}}- {{&link}}
2021-08-21 22:26:07 +08:00
{{/modules}}
{{/enable_modules}}
2021-10-05 01:39:36 +08:00
<!-- The links used to be generated wit {>root_link}, but this is a bit hard to read -->