diff options
author | infirit <[email protected]> | 2014-12-20 18:43:59 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2015-08-25 10:48:55 +0200 |
commit | f98e3a82630b5a75e8ded02b3bc84e8c89d99130 (patch) | |
tree | 9315ff0c01939681d81de8271ddc84dc5ebea7e2 /doc/libmateweather-docs.sgml | |
parent | 1c096586b2a4e6cb4f4bc0cdbc8d56e129792691 (diff) | |
download | libmateweather-f98e3a82630b5a75e8ded02b3bc84e8c89d99130.tar.bz2 libmateweather-f98e3a82630b5a75e8ded02b3bc84e8c89d99130.tar.xz |
libmateweather-docs.sgml: Update based on libgweather
Add two chapters and small fix
Original authors:
Javier Jardón <[email protected]>
Vincent Untz <[email protected]>
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> |