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
|
<?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 version SYSTEM "version.xml">
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
<bookinfo>
<title>GXPS Reference Manual</title>
<releaseinfo>
for libgxps &version;
</releaseinfo>
</bookinfo>
<chapter>
<title>GXPS</title>
<xi:include href="xml/gxps-file.xml"/>
<xi:include href="xml/gxps-document.xml"/>
<xi:include href="xml/gxps-page.xml"/>
<xi:include href="xml/gxps-links.xml"/>
<xi:include href="xml/gxps-document-structure.xml"/>
<xi:include href="xml/gxps-core-properties.xml"/>
<xi:include href="xml/gxps-error.xml"/>
<xi:include href="xml/gxps-version.xml"/>
</chapter>
<index id="api-index-full">
<title>Index of all symbols</title>
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
</index>
<index id="api-index-0-2-1" role="0.2.1">
<title>Index of new symbols in 0.2.1</title>
<xi:include href="xml/api-index-0.2.1.xml"><xi:fallback /></xi:include>
</index>
<index id="api-index-0-2-3" role="0.2.3">
<title>Index of new symbols in 0.2.3</title>
<xi:include href="xml/api-index-0.2.3.xml"><xi:fallback /></xi:include>
</index>
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
</book>
|