[json-glib] [docs] Use proper xi:include for indexes
- From: Emmanuele Bassi <ebassi src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [json-glib] [docs] Use proper xi:include for indexes
- Date: Sun, 6 Sep 2009 13:50:16 +0000 (UTC)
commit d3f005c27d9a8a46259205f2f8077fb01a6a3609
Author: Emmanuele Bassi <ebassi gnome org>
Date: Sun Sep 6 14:44:18 2009 +0100
[docs] Use proper xi:include for indexes
Instead of relying on gtk-doc we can do the proper inclusion of the
API indexes using XInclude, complete with fallbacks.
Also, we should include the additional pages that gtk-doc generates
for us, like the annotations glossary and the object tree.
doc/reference/json-glib-docs.xml | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/doc/reference/json-glib-docs.xml b/doc/reference/json-glib-docs.xml
index c13bf07..3549aa0 100644
--- a/doc/reference/json-glib-docs.xml
+++ b/doc/reference/json-glib-docs.xml
@@ -121,24 +121,41 @@
<title>JSON-GLib Additional Reference</title>
<xi:include href="xml/json-version.xml"/>
+
+ <chapter>
+ <title>Object Hierarchy</title>
+ <xi:include href="xml/tree_index.sgml"/>
+ </chapter>
+
</part>
<index>
<title>Index</title>
+ <xi:include href="xml/api-index-full.xml"><xi:fallback/></xi:include>
+ </index>
+
+ <index role="deprecated">
+ <title>Index of deprecated symbols</title>
+ <xi:include href="xml/api-index-deprecated.xml"><xi:fallback/></xi:include>
</index>
<index role="0.4">
<title>Index of new symbols in 0.4</title>
+ <xi:include href="xml/api-index-0.4.xml"><xi:fallback/></xi:include>
</index>
<index role="0.6">
<title>Index of new symbols in 0.6</title>
+ <xi:include href="xml/api-index-0.6.xml"><xi:fallback/></xi:include>
</index>
<index role="0.8">
<title>Index of new symbols in 0.8</title>
+ <xi:include href="xml/api-index-0.8.xml"><xi:fallback/></xi:include>
</index>
+ <xi:include href="xml/annotation-glossary.xml"/>
+
<appendix id="license">
<title>License</title>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]