diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-08-28 17:52:23 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-08-28 17:52:23 +0800 |
commit | c2859ed83ca1d1fa952c45ecf972f2acc7f6360c (patch) | |
tree | 979434c49847fc42d56f26e4db7227679c9b6fbb /docs/libempathy | |
parent | d93fa6862e0f8ab4028c1d46acaca38b049d97e1 (diff) | |
download | gsoc2013-empathy-c2859ed83ca1d1fa952c45ecf972f2acc7f6360c.tar gsoc2013-empathy-c2859ed83ca1d1fa952c45ecf972f2acc7f6360c.tar.gz gsoc2013-empathy-c2859ed83ca1d1fa952c45ecf972f2acc7f6360c.tar.bz2 gsoc2013-empathy-c2859ed83ca1d1fa952c45ecf972f2acc7f6360c.tar.lz gsoc2013-empathy-c2859ed83ca1d1fa952c45ecf972f2acc7f6360c.tar.xz gsoc2013-empathy-c2859ed83ca1d1fa952c45ecf972f2acc7f6360c.tar.zst gsoc2013-empathy-c2859ed83ca1d1fa952c45ecf972f2acc7f6360c.zip |
Correct the xml indentation
svn path=/trunk/; revision=1398
Diffstat (limited to 'docs/libempathy')
-rw-r--r-- | docs/libempathy/libempathy-docs.sgml | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/docs/libempathy/libempathy-docs.sgml b/docs/libempathy/libempathy-docs.sgml index a1a73ee80..483dfd6c9 100644 --- a/docs/libempathy/libempathy-docs.sgml +++ b/docs/libempathy/libempathy-docs.sgml @@ -4,49 +4,49 @@ <!ENTITY version SYSTEM "version.xml"> ]> <book lang="en" id="libempathy" xmlns:xi="http://www.w3.org/2003/XInclude"> -<title>libempathy Reference Manual</title> + <title>libempathy Reference Manual</title> <bookinfo> <title>libempathy Reference Manual</title> <releaseinfo>for libempathy &version;</releaseinfo> </bookinfo> <part> - <title>libempathy Overview</title> + <title>libempathy Overview</title> </part> <part> - <title>API Reference</title> + <title>API Reference</title> <chapter id="libempathy_api"> <title>libempathy API reference</title> - <xi:include href="xml/empathy-chatroom-manager.xml"/> - <xi:include href="xml/empathy-chatroom.xml"/> - <xi:include href="xml/empathy-contact-factory.xml"/> - <xi:include href="xml/empathy-contact-groups.xml"/> - <xi:include href="xml/empathy-contact-list.xml"/> - <xi:include href="xml/empathy-contact-manager.xml"/> - <xi:include href="xml/empathy-contact.xml"/> - <xi:include href="xml/empathy-dispatcher.xml"/> - <xi:include href="xml/empathy-idle.xml"/> - <xi:include href="xml/empathy-irc-network-manager.xml"/> - <xi:include href="xml/empathy-irc-network.xml"/> - <xi:include href="xml/empathy-irc-server.xml"/> - <xi:include href="xml/empathy-log-manager.xml"/> - <xi:include href="xml/empathy-message.xml"/> - <xi:include href="xml/empathy-status-presets.xml"/> - <xi:include href="xml/empathy-time.xml"/> - <xi:include href="xml/empathy-tp-call.xml"/> - <xi:include href="xml/empathy-tp-chat.xml"/> - <xi:include href="xml/empathy-tp-contact-factory.xml"/> - <xi:include href="xml/empathy-tp-contact-list.xml"/> - <xi:include href="xml/empathy-tp-group.xml"/> - <xi:include href="xml/empathy-tp-roomlist.xml"/> - <xi:include href="xml/empathy-tp-tube.xml"/> - <xi:include href="xml/empathy-tube-handler.xml"/> - <xi:include href="xml/empathy-utils.xml"/> + <xi:include href="xml/empathy-chatroom-manager.xml"/> + <xi:include href="xml/empathy-chatroom.xml"/> + <xi:include href="xml/empathy-contact-factory.xml"/> + <xi:include href="xml/empathy-contact-groups.xml"/> + <xi:include href="xml/empathy-contact-list.xml"/> + <xi:include href="xml/empathy-contact-manager.xml"/> + <xi:include href="xml/empathy-contact.xml"/> + <xi:include href="xml/empathy-dispatcher.xml"/> + <xi:include href="xml/empathy-idle.xml"/> + <xi:include href="xml/empathy-irc-network-manager.xml"/> + <xi:include href="xml/empathy-irc-network.xml"/> + <xi:include href="xml/empathy-irc-server.xml"/> + <xi:include href="xml/empathy-log-manager.xml"/> + <xi:include href="xml/empathy-message.xml"/> + <xi:include href="xml/empathy-status-presets.xml"/> + <xi:include href="xml/empathy-time.xml"/> + <xi:include href="xml/empathy-tp-call.xml"/> + <xi:include href="xml/empathy-tp-chat.xml"/> + <xi:include href="xml/empathy-tp-contact-factory.xml"/> + <xi:include href="xml/empathy-tp-contact-list.xml"/> + <xi:include href="xml/empathy-tp-group.xml"/> + <xi:include href="xml/empathy-tp-roomlist.xml"/> + <xi:include href="xml/empathy-tp-tube.xml"/> + <xi:include href="xml/empathy-tube-handler.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"/> + <xi:include href="xml/tree_index.sgml"/> </chapter> <index> |