blob: 64fa8fa61dd47d70c879a8648548fa33c82410c3 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<devbook self="function-reference/">
<chapter>
<title>Function reference</title>
<body>
<p>
The following functions are available for use in ebuilds:
</p>
</body>
<section>
<title>Contents</title>
<body>
<contentsTree/>
</body>
</section>
</chapter>
<include href="build-functions/"/>
<include href="error-functions/"/>
<include href="install-functions/"/>
<include href="message-functions/"/>
<include href="query-functions/"/>
<include href="sandbox-functions/"/>
<include href="version-functions/"/>
</devbook>
|