aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-04-30 16:03:42 -0500
committerTed Gould <ted@canonical.com>2009-04-30 16:03:42 -0500
commitef5a4ba64eba307f196a9be629ffc62fb2fb5983 (patch)
treef0764bccc3b6ccb89492f6c80e87788bbe65d3a4
parent0b5e0c1c39778f0c489497d4617b1ecbeaa963d9 (diff)
downloadlibayatana-indicator-ef5a4ba64eba307f196a9be629ffc62fb2fb5983.tar.gz
libayatana-indicator-ef5a4ba64eba307f196a9be629ffc62fb2fb5983.tar.bz2
libayatana-indicator-ef5a4ba64eba307f196a9be629ffc62fb2fb5983.zip
Doing a better job about defining out the documentation gets
created and looks. Much cleaner.
-rw-r--r--docs/reference/libindicate-docs.sgml34
1 files changed, 21 insertions, 13 deletions
diff --git a/docs/reference/libindicate-docs.sgml b/docs/reference/libindicate-docs.sgml
index 0f1ccd1..c3038d3 100644
--- a/docs/reference/libindicate-docs.sgml
+++ b/docs/reference/libindicate-docs.sgml
@@ -1,24 +1,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">
-<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
+<book id="libindicatebook" xmlns:xi="http://www.w3.org/2003/XInclude">
+
<bookinfo>
<title>libindicate Reference Manual</title>
- <releaseinfo>
- for libindicate [VERSION]
- The latest version of this documentation can be found on-line at
- <ulink role="online-location" url="http://[SERVER]/libindicate/index.html">http://[SERVER]/libindicate/</ulink>.
- </releaseinfo>
</bookinfo>
- <chapter>
- <title>[Insert title here]</title>
- </chapter>
+<part id="base">
+ <title>Base Classes for Applications</title>
+ <xi:include href="xml/indicator.xml" />
+ <xi:include href="xml/server.xml" />
+</part>
+
+<part id="subclass">
+ <title>Subclasses for specific indicators</title>
+ <xi:include href="xml/indicator-message.xml" />
+</part>
- <chapter>
- <title>libindicate Indicator</title>
- <xi:include href="xml/indicator.xml" />
- </chapter>
+<part id="listeners">
+ <title>Classes for Listeners</title>
+ <xi:include href="xml/listener.xml" />
+</part>
+<part id="index">
+ <index>
+ <title>Index of all Symbols</title>
+ </index>
+</part>
</book>