File: libinftext-0.4-docs.sgml

package info (click to toggle)
libinfinity 0.4.1-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 12,332 kB
  • ctags: 7,384
  • sloc: ansic: 65,073; xml: 36,770; sh: 10,347; makefile: 728
file content (34 lines) | stat: -rw-r--r-- 1,528 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
<?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">
  <!ENTITY api_version SYSTEM "../api_version.xml">
]>

<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>libinftext-&api_version; Reference Manual</title>
    <releaseinfo>
      for libinftext &version;.
      The latest version of this documentation can be found on-line at
      <ulink role="online-location" url="http://infinote.0x539.de/libinfinity/API/libinftext/index.html">http://infinote.0x539.de/libinfinity/API/libinftext/</ulink>.
    </releaseinfo>
  </bookinfo>

  <chapter>
    <title>libinftext API reference</title>
    <xi:include href="xml/inf-text-session.xml"/>
    <xi:include href="xml/inf-text-buffer.xml"/>
    <xi:include href="xml/inf-text-user.xml"/>
    <xi:include href="xml/inf-text-chunk.xml"/>
    <xi:include href="xml/inf-text-default-buffer.xml"/>
    <xi:include href="xml/inf-text-undo-grouping.xml"/>
    <xi:include href="xml/inf-text-operations.xml"/>
    <xi:include href="xml/inf-text-insert-operation.xml"/>
    <xi:include href="xml/inf-text-delete-operation.xml"/>
    <xi:include href="xml/inf-text-default-delete-operation.xml"/>
    <xi:include href="xml/inf-text-default-insert-operation.xml"/>
    <xi:include href="xml/inf-text-remote-delete-operation.xml"/>
    <xi:include href="xml/inf-text-move-operation.xml"/>
  </chapter>
</book>