File: libplanner-docs.xml

package info (click to toggle)
planner 0.14.92-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,676 kB
  • sloc: ansic: 68,177; xml: 6,112; sql: 890; makefile: 43; sh: 42; python: 26
file content (41 lines) | stat: -rw-r--r-- 1,463 bytes parent folder | download | duplicates (2)
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>