[librest] Add indices and annotation glossary



commit 9509fdfdf18a18c1a1624019c51433053c381b0a
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Nov 20 13:44:21 2013 +0000

    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

 docs/reference/rest/rest-docs.xml |   15 +++++++++++++++
 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]