diff options
author | Jonathan Riddell <jriddell@canonical.com> | 2009-08-05 00:19:38 +0100 |
---|---|---|
committer | Jonathan Riddell <jriddell@canonical.com> | 2009-08-05 00:19:38 +0100 |
commit | cb9d427cb789f34348e9697459c3c41b0e7046f3 (patch) | |
tree | 2d5388d2653052bbf9aef4e41e82711eb39cdcd4 /docs/reference/libindicate-docs.sgml | |
parent | d10264bc6f04f75ec0c48643c68d0179cd3ffc70 (diff) | |
parent | 42ba02f7916c1f77f7fb33c4c8cd7c64729312e5 (diff) | |
download | libayatana-indicator-cb9d427cb789f34348e9697459c3c41b0e7046f3.tar.gz libayatana-indicator-cb9d427cb789f34348e9697459c3c41b0e7046f3.tar.bz2 libayatana-indicator-cb9d427cb789f34348e9697459c3c41b0e7046f3.zip |
merge current package for upload, https://code.edge.launchpad.net/~indicator-applet-developers/indicator-applet/applet-packaging/+merge/9671
Diffstat (limited to 'docs/reference/libindicate-docs.sgml')
-rw-r--r-- | docs/reference/libindicate-docs.sgml | 34 |
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> |