diff options
author | Ted Gould <ted@gould.cx> | 2009-12-08 15:06:07 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-08 15:06:07 -0600 |
commit | 4a19cb469fdbdbe9b7355fc9fdf44368fa9c9b6b (patch) | |
tree | bc930efbeb86c7bcd986e2d6eb75f0a3ad6fee91 /docs/reference/libappindicator-docs.sgml | |
parent | bfb9e7775ff9a688690558cade7e2778e56a1f3c (diff) | |
parent | cf4dd4a9e3f1a2d514f7b6ddb5cb0763411b6961 (diff) | |
download | ayatana-indicator-application-4a19cb469fdbdbe9b7355fc9fdf44368fa9c9b6b.tar.gz ayatana-indicator-application-4a19cb469fdbdbe9b7355fc9fdf44368fa9c9b6b.tar.bz2 ayatana-indicator-application-4a19cb469fdbdbe9b7355fc9fdf44368fa9c9b6b.zip |
Adding support for building gtk-doc documentation.
Diffstat (limited to 'docs/reference/libappindicator-docs.sgml')
-rw-r--r-- | docs/reference/libappindicator-docs.sgml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/reference/libappindicator-docs.sgml b/docs/reference/libappindicator-docs.sgml new file mode 100644 index 0000000..a8eb058 --- /dev/null +++ b/docs/reference/libappindicator-docs.sgml @@ -0,0 +1,32 @@ +<?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" +[ + <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'"> +]> +<book id="index"> + <bookinfo> + <title>libappindicator Reference Manual</title> + <releaseinfo> + for libappindicator [VERSION] + The latest version of this documentation can be found on-line at + <ulink role="online-location" url="http://[SERVER]/libappindicator/index.html">http://[SERVER]/libappindicator/</ulink>. + </releaseinfo> + </bookinfo> + + <chapter> + <title>[Insert title here]</title> + <xi:include href="xml/app-indicator.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> + + <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include> +</book> |