summaryrefslogtreecommitdiff
path: root/doc/stc-docs.xml
blob: 2a26fa0531b903d4ffb4713d6869e31495d4c269 (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
<?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" [
<!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
<!ENTITY version SYSTEM "version.xml">
]>
<book lang="en" id="gio" xmlns:xi="http://www.w3.org/2003/XInclude">
<title>stc Reference Manual</title>
  <bookinfo>
    <title>stc Reference Manual</title>
  </bookinfo>

  <part>
    <title>Introduction</title>
  </part>

  <part>
    <title>Library Reference</title>
    <xi:include href="xml/stcerror.xml"/>
    <xi:include href="xml/stcitem.xml"/>
    <xi:include href="xml/stcmonitor.xml"/>
    <xi:include href="xml/stcoperation.xml"/>
  </part>

  <part>
    <title>Tools Reference</title>
    <xi:include href="stc.xml"/>
  </part>

  <index>
    <title>Index</title>
  </index>

  <chapter id="object-hierarchy">
    <title>Object Hierarchy</title>
      <xi:include href="xml/tree_index.sgml"/>
  </chapter>

</book>