File: Reference.xml

package info (click to toggle)
synopsis 0.12-8
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 38,112 kB
  • ctags: 18,122
  • sloc: ansic: 41,842; cpp: 39,920; xml: 17,704; python: 13,545; sh: 10,045; yacc: 1,271; makefile: 1,242; lex: 684; asm: 361
file content (56 lines) | stat: -rw-r--r-- 1,392 bytes parent folder | download | duplicates (6)
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>

<book xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>Paths Reference</title>

    <releaseinfo>Version X.Y</releaseinfo>
    <author>
      <firstname>Stefan</firstname>
      <surname>Seefeld</surname>
    </author>
  </bookinfo>

  <preface id="preface">
    <title>Preface</title>

    <prefaceinfo>
      <abstract>
        <para>
          This preface introduces the Paths Reference.
        </para>
      </abstract>
    </prefaceinfo>

    <section>
      <title>Organization</title>
      <para>
        Some words about the organization of this reference.
      </para>
    </section>
    <section>
      <title>Further Reading</title>
      <variablelist>
        <varlistentry>
          <term>More about Paths</term>
          <listitem>
            <ulink url="http://en.wikipedia.org/wiki/Path_%28topology%29"/>
          </listitem>
        </varlistentry>
      </variablelist>
    </section>
  </preface>
  <chapter id="reference">
    <title>Reference</title>
    <abstract>This chapter contains a reference of the <code>Paths</code> module.</abstract>
    <xi:include href="Paths.xml">
      <xi:fallback>The generated reference...</xi:fallback>
    </xi:include>
  <index type="types">
    <title>Types</title>
  </index>
  <index type="functions">
    <title>Functions</title>
  </index>
  </chapter>
</book>