summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2013-11-20 13:44:21 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2014-03-10 16:58:42 +0000
commit9509fdfdf18a18c1a1624019c51433053c381b0a (patch)
treef76421ddea014745045e00e40560c5a25d3f04f6
parentb39be0f32095f63d5892043159e02af12944c625 (diff)
downloadlibrest-9509fdfdf18a18c1a1624019c51433053c381b0a.tar.gz
Add indices and annotation glossary
The latter, especially, avoids gtk-doc complaining about introspection annotations in the documentation comments. https://bugzilla.gnome.org/show_bug.cgi?id=712747
-rw-r--r--docs/reference/rest/rest-docs.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/reference/rest/rest-docs.xml b/docs/reference/rest/rest-docs.xml
index 18f0481..16f8d87 100644
--- a/docs/reference/rest/rest-docs.xml
+++ b/docs/reference/rest/rest-docs.xml
@@ -33,4 +33,19 @@
<title>XML Parsing</title>
<xi:include href="xml/rest-xml-parser.xml"/>
</chapter>
+
+ <chapter>
+ <title>Glossaries</title>
+ <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
+ </chapter>
+
+ <index>
+ <title>Index of all symbols</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>
</book>