diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-11-16 01:25:13 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-11-16 01:25:13 +0800 |
commit | 1b97222821b7362cce1a68d6ba54106c66f5b932 (patch) | |
tree | 03d841fdb3e8af93f0c5ab9cc07392be8d05de55 /docs/libempathy/libempathy-docs.sgml | |
parent | c9721056606b7d03de34eabcf8ad17acac52cab3 (diff) | |
download | gsoc2013-empathy-1b97222821b7362cce1a68d6ba54106c66f5b932.tar gsoc2013-empathy-1b97222821b7362cce1a68d6ba54106c66f5b932.tar.gz gsoc2013-empathy-1b97222821b7362cce1a68d6ba54106c66f5b932.tar.bz2 gsoc2013-empathy-1b97222821b7362cce1a68d6ba54106c66f5b932.tar.lz gsoc2013-empathy-1b97222821b7362cce1a68d6ba54106c66f5b932.tar.xz gsoc2013-empathy-1b97222821b7362cce1a68d6ba54106c66f5b932.tar.zst gsoc2013-empathy-1b97222821b7362cce1a68d6ba54106c66f5b932.zip |
Remove doc directory and replace it with a better gtk-doc in docs. More
2007-11-15 Xavier Claessens <xclaesse@gmail.com>
* docs/*:
* doc/*:
* configure.ac:
* Makefile.am: Remove doc directory and replace it with a better gtk-doc
in docs. More files are auto-generated, we have less files on SVN.
svn path=/trunk/; revision=439
Diffstat (limited to 'docs/libempathy/libempathy-docs.sgml')
-rw-r--r-- | docs/libempathy/libempathy-docs.sgml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/docs/libempathy/libempathy-docs.sgml b/docs/libempathy/libempathy-docs.sgml new file mode 100644 index 000000000..e74d48df7 --- /dev/null +++ b/docs/libempathy/libempathy-docs.sgml @@ -0,0 +1,50 @@ +<?xml version="1.0"?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ +<!ENTITY version SYSTEM "version.xml"> +]> +<book lang="en" id="libempathy" xmlns:xi="http://www.w3.org/2003/XInclude"> +<title>libempathy Reference Manual</title> + <bookinfo> + <title>libempathy Reference Manual</title> + <releaseinfo>for libempathy &version;</releaseinfo> + </bookinfo> + <part> + <title>libempathy Overview</title> + </part> + <part> + <title>API Reference</title> + <chapter id="libempathy_api"> + <title>libempathy API reference</title> + <xi:include href="xml/empathy-time.xml"/> + <xi:include href="xml/empathy-conf.xml"/> + <xi:include href="xml/empathy-avatar.xml"/> + <xi:include href="xml/empathy-message.xml"/> + <xi:include href="xml/empathy-presence.xml"/> + <xi:include href="xml/empathy-contact.xml"/> + <xi:include href="xml/empathy-contact-list.xml"/> + <xi:include href="xml/empathy-tp-group.xml"/> + <xi:include href="xml/empathy-tp-contact-list.xml"/> + <xi:include href="xml/empathy-tp-chat.xml"/> + <xi:include href="xml/empathy-tp-chatroom.xml"/> + <xi:include href="xml/empathy-tp-call.xml"/> + <xi:include href="xml/empathy-contact-factory.xml"/> + <xi:include href="xml/empathy-chatroom.xml"/> + <xi:include href="xml/empathy-chatroom-manager.xml"/> + <xi:include href="xml/empathy-log-manager.xml"/> + <xi:include href="xml/empathy-filter.xml"/> + <xi:include href="xml/empathy-chandler.xml"/> + <xi:include href="xml/empathy-idle.xml"/> + <xi:include href="xml/empathy-utils.xml"/> + </chapter> + </part> + + <chapter id="libempathy-hierarchy"> + <title>Object Hierarchy</title> + <xi:include href="xml/tree_index.sgml"/> + </chapter> + + <index> + <title id="index-all">Index</title> + </index> +</book> |