1<?xml version="1.0"?>
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
4[
5<!ENTITY version SYSTEM "version.xml">
6]>
7<book id="index">
8  <bookinfo>
9    <title>Yelp Reference Manual</title>
10    <releaseinfo>for libyelp &version;</releaseinfo>
11  </bookinfo>
12
13  <chapter>
14    <title>API Reference</title>
15    <section>
16      <title>Widgets</title>
17      <include href="xml/yelp-view.xml" xmlns="http://www.w3.org/2003/XInclude"/>
18    </section>
19    <section>
20      <title>Document Processing</title>
21      <include href="xml/yelp-document.xml" xmlns="http://www.w3.org/2003/XInclude"/>
22      <include href="xml/yelp-simple-document.xml" xmlns="http://www.w3.org/2003/XInclude"/>
23    </section>
24
25    <include href="xml/yelp-uri.xml" xmlns="http://www.w3.org/2003/XInclude"/>
26    <include href="xml/yelp-settings.xml" xmlns="http://www.w3.org/2003/XInclude"/>
27    <include href="xml/yelp-error.xml" xmlns="http://www.w3.org/2003/XInclude"/>
28
29  </chapter>
30  <chapter id="object-tree">
31    <title>Object Hierarchy</title>
32     <include href="xml/tree_index.sgml" xmlns="http://www.w3.org/2003/XInclude"/>
33  </chapter>
34  <index id="api-index-full">
35    <title>API Index</title>
36    <include href="xml/api-index-full.xml" xmlns="http://www.w3.org/2003/XInclude"><fallback/></include>
37  </index>
38
39  <include href="xml/annotation-glossary.xml" xmlns="http://www.w3.org/2003/XInclude"><fallback/></include>
40</book>
41