summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2011-10-09 12:56:25 -0400
committerJavier Jardón <jjardon@gnome.org>2011-10-09 12:56:25 -0400
commit34aa27f600dfc88861b1ffc246997de4db5c342a (patch)
tree9805e3c7043eaf6ef8246e8fc98b4054b31548b7
parentbd385da02adabb146b82e21e7d9770cc5aa842eb (diff)
downloadlibnotify-34aa27f600dfc88861b1ffc246997de4db5c342a.tar.gz
libnotify-docs.sgml: Add list of all and deprecated symbols
-rw-r--r--docs/reference/libnotify-docs.sgml16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/reference/libnotify-docs.sgml b/docs/reference/libnotify-docs.sgml
index b688a3d..f1c8a40 100644
--- a/docs/reference/libnotify-docs.sgml
+++ b/docs/reference/libnotify-docs.sgml
@@ -4,6 +4,10 @@
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
<bookinfo>
<title>Libnotify Reference Manual</title>
+ <releaseinfo>
+ The latest version of this documentation can be found on-line at
+ <ulink role="online-location" url="http://developer.gnome.org/libnotify/unstable/">http://developer.gnome.org/libnotify/unstable/</ulink>.
+ </releaseinfo>
</bookinfo>
<chapter>
@@ -11,4 +15,16 @@
<xi:include href="xml/notify.xml"/>
<xi:include href="xml/notification.xml"/>
</chapter>
+
+ <index id="api-index-full">
+ <title id="index-all">Index</title>
+ <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
+ </index>
+ <index id="api-index-deprecated" role="deprecated">
+ <title>Index of deprecated symbols</title>
+ <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
+ </index>
+
+ <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
+
</book>