diff options
author | Ryan Lortie <desrt@desrt.ca> | 2010-06-10 23:03:47 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2010-06-10 23:03:47 -0400 |
commit | b9f4d55aa7e67a581257bcd703923595cbbb303b (patch) | |
tree | 5ecdb2c56f06544c102589f16701124a22fe7fdb /docs/dconf-docs.xml | |
parent | 70281f0ccc8111b9047594f62172d04f5864a1f6 (diff) | |
download | dconf-b9f4d55aa7e67a581257bcd703923595cbbb303b.tar.gz |
Setup initial gtk-doc
Diffstat (limited to 'docs/dconf-docs.xml')
-rw-r--r-- | docs/dconf-docs.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/dconf-docs.xml b/docs/dconf-docs.xml new file mode 100644 index 0000000..4a8745c --- /dev/null +++ b/docs/dconf-docs.xml @@ -0,0 +1,29 @@ +<?xml version='1.0'?> + +<book id='index' xmlns:xi='http://www.w3.org/2001/XInclude'> + <bookinfo> + <title>dconf Reference Manual</title> + <releaseinfo> + The latest version of this documentation can be found on-line at + <ulink role='online-location' url='http://library.gnome.org/devel/dconf/unstable/'>http://library.gnome.org/devel/dconf/unstable/</ulink>. + </releaseinfo> + </bookinfo> + + <chapter> + <title>DConf Client API</title> + <xi:include href='xml/paths.xml'/> + <xi:include href='xml/dconf-client.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> |