File: cmenu-docs.xml

package info (click to toggle)
cinnamon-menus 6.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 572 kB
  • sloc: ansic: 8,637; xml: 27; makefile: 6
file content (32 lines) | stat: -rw-r--r-- 932 bytes parent folder | download | duplicates (4)
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
<?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">
]>

<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>Cinnamon Menus Reference Manual</title>
    <releaseinfo>For Cinnamon Menus &version;</releaseinfo>

    </bookinfo>

    <part>
        <title>API Reference</title>
        <chapter>
            <title>Classes</title>
            <xi:include href="xml/gmenu-tree.xml"/>
        </chapter>
    </part>

    <index id="api-index-full">
        <title>API Index</title>
        <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
    </index>
    <xi:include href="xml/api-index-deprecated.xml"/>
    <xi:include href="xml/annotation-glossary.xml"/>

    <index>
        <title id="index-all">Index</title>
    </index>
</book>