blob: cd846ac03065bb42bb9a636ace243a33c20b3646 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
---
short-description: The Meson reference manual
render-subpages: false
...
# Reference manual
This is the root page of the Meson reference manual. All functions
and methods are documented in detail in the following subpages:
## Elementary types
{{#elementary}}
{{indent}}- {{&link}}
{{/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}}
{{indent}}- {{&link}}
{{/functions}}
## Builtin objects
These are built-in objects that are always available.
{{#builtins}}
{{indent}}- {{&link}}
{{/builtins}}
## Returned objects
These are objects that can be returned by [functions](#functions)
or other methods.
{{#returned}}
{{indent}}- {{&link}}
{{/returned}}
## Modules
{{#modules}}
{{indent}}- {{&link}}
{{/modules}}
<!-- The links used to be generated wit {>root_link}, but this is a bit hard to read -->
|