blob: c3038d3b19eea060d0d28e6ff314be3c385bebed (
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
|
<?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="libindicatebook" xmlns:xi="http://www.w3.org/2003/XInclude">
<bookinfo>
<title>libindicate Reference Manual</title>
</bookinfo>
<part id="base">
<title>Base Classes for Applications</title>
<xi:include href="xml/indicator.xml" />
<xi:include href="xml/server.xml" />
</part>
<part id="subclass">
<title>Subclasses for specific indicators</title>
<xi:include href="xml/indicator-message.xml" />
</part>
<part id="listeners">
<title>Classes for Listeners</title>
<xi:include href="xml/listener.xml" />
</part>
<part id="index">
<index>
<title>Index of all Symbols</title>
</index>
</part>
</book>
|