summaryrefslogtreecommitdiff
path: root/doc/liboil-docs.sgml
blob: 2e783b6518a2166d0b8093cb74da0db5309fe98b (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
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>Liboil Reference Manual</title>
  </bookinfo>

  <chapter>
    <title>Liboil Stable API</title>

    <para>
      These functions are part of the stable API, and will not change
      during the lifetime of the 0.3 series.
    </para>

    <xi:include href="xml/liboil.xml"/>
    <xi:include href="xml/liboilfuncs-doc.xml"/>

  </chapter>
  <chapter>
    <title>Liboil Unstable API</title>

    <para>
      These functions are part of the unstable API, and may change
      between releases in the 0.3 series.  These functions should not
      be used by applications.  Some of this functionality
      may be moved to the stable API during the 0.3 series.
    </para>

    <xi:include href="xml/liboilcpu.xml"/>
    <xi:include href="xml/liboildebug.xml"/>
    <xi:include href="xml/liboilfunction.xml"/>
    <xi:include href="xml/liboilparameter.xml"/>
    <xi:include href="xml/liboilprofile.xml"/>
    <xi:include href="xml/liboilprototype.xml"/>
    <xi:include href="xml/liboilrandom.xml"/>
    <xi:include href="xml/liboiltest.xml"/>
  </chapter>
</book>