diff options
Diffstat (limited to 'doc/libmateweather-docs.sgml')
-rw-r--r-- | doc/libmateweather-docs.sgml | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/doc/libmateweather-docs.sgml b/doc/libmateweather-docs.sgml index 4da9643..ccdf245 100644 --- a/doc/libmateweather-docs.sgml +++ b/doc/libmateweather-docs.sgml @@ -1,7 +1,10 @@ <?xml version="1.0"?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" - "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"> -<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude"> + "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" +[ + <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'"> +]> +<book id="index"> <bookinfo> <title>libmateweather Reference Manual</title> <releaseinfo> @@ -23,4 +26,19 @@ <xi:include href="xml/mateweather-mateconf.xml"/> <xi:include href="xml/mateweather-prefs.xml"/> </chapter> + + <chapter id="object-tree"> + <title>Object Hierarchy</title> + <xi:include href="xml/tree_index.sgml"/> + </chapter> + <index id="api-index-full"> + <title>API 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> |