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/2001/XInclude">
<bookinfo>
<title>Libplanner Reference Manual</title>
</bookinfo>
<chapter>
<title>Libplanner API</title>
<xi:include href="xml/mrp-application.xml"/>
<xi:include href="xml/mrp-assignment.xml"/>
<xi:include href="xml/mrp-calendar.xml"/>
<xi:include href="xml/mrp-group.xml"/>
<xi:include href="xml/mrp-object.xml"/>
<xi:include href="xml/mrp-project.xml"/>
<xi:include href="xml/mrp-relation.xml"/>
<xi:include href="xml/mrp-resource.xml"/>
<xi:include href="xml/mrp-task.xml"/>
<xi:include href="xml/mrp-error.xml"/>
<xi:include href="xml/mrp-property.xml"/>
<xi:include href="xml/mrp-time.xml"/>
<xi:include href="xml/mrp-day.xml"/>
<xi:include href="xml/mrp-types.xml"/>
</chapter>
<chapter id="object-tree">
<title>Object Hierarchy</title>
<xi:include href="xml/tree_index.sgml"/>
</chapter>
<index id="api-index-full">
<title>API Index</title>
<xi:include href="xml/api-index-full.xml">
<xi:fallback/>
</xi:include>
</index>
<index id="deprecated-api-index" role="deprecated">
<title>Index of deprecated API</title>
<xi:include href="xml/api-index-deprecated.xml">
<xi:fallback/>
</xi:include>
</index>
</book>
|