summaryrefslogtreecommitdiff
path: root/doc/reference/libtelepathy-logger
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2010-03-23 17:22:01 +0000
committerSimon McVittie <smcv@debian.org>2010-03-23 17:22:01 +0000
commit227bf458316e81fef3cf4d9969207d41796a5947 (patch)
treebbe00c176bb9713ca71366ddf36f5a74a115394d /doc/reference/libtelepathy-logger
parent65fe90c5d5abe05eec5801a8008897c78f2a155e (diff)
downloadtelepathy-logger-227bf458316e81fef3cf4d9969207d41796a5947.tar.gz
Add top-level documentation file
While I'm adding a new one anyway, it might as well have a tab-completion-friendly and syntax-highlighting-friendly name, so just call it "docs.xml".
Diffstat (limited to 'doc/reference/libtelepathy-logger')
-rw-r--r--doc/reference/libtelepathy-logger/Makefile.am2
-rw-r--r--doc/reference/libtelepathy-logger/docs.xml33
2 files changed, 34 insertions, 1 deletions
diff --git a/doc/reference/libtelepathy-logger/Makefile.am b/doc/reference/libtelepathy-logger/Makefile.am
index c65539f..03479f8 100644
--- a/doc/reference/libtelepathy-logger/Makefile.am
+++ b/doc/reference/libtelepathy-logger/Makefile.am
@@ -14,7 +14,7 @@ AUTOMAKE_OPTIONS = 1.6
DOC_MODULE=telepathy-logger
# The top-level SGML file. You can change this if you want to.
-DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
+DOC_MAIN_SGML_FILE=docs.xml
# The directory containing the source code. Relative to $(srcdir).
# gtk-doc will search all .c & .h files beneath here for inline comments
diff --git a/doc/reference/libtelepathy-logger/docs.xml b/doc/reference/libtelepathy-logger/docs.xml
new file mode 100644
index 0000000..67c9195
--- /dev/null
+++ b/doc/reference/libtelepathy-logger/docs.xml
@@ -0,0 +1,33 @@
+<?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">
+<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
+ <bookinfo>
+ <title>telepathy-logger Reference Manual</title>
+ </bookinfo>
+
+ <chapter id="ch-unclassified">
+ <title>Unclassified</title>
+
+ <xi:include href="xml/action-chain.xml"/>
+ <xi:include href="xml/channel-factory.xml"/>
+ <xi:include href="xml/channel-text.xml"/>
+ <xi:include href="xml/channel.xml"/>
+ <xi:include href="xml/conf.xml"/>
+ <xi:include href="xml/contact.xml"/>
+ <xi:include href="xml/datetime.xml"/>
+ <xi:include href="xml/dbus-service.xml"/>
+ <xi:include href="xml/debug.xml"/>
+ <xi:include href="xml/log-entry-text.xml"/>
+ <xi:include href="xml/log-entry.xml"/>
+ <xi:include href="xml/log-manager.xml"/>
+ <xi:include href="xml/log-store-factory.xml"/>
+ <xi:include href="xml/log-store-sqlite.xml"/>
+ <xi:include href="xml/log-store.xml"/>
+ <xi:include href="xml/log-store-xml.xml"/>
+ <xi:include href="xml/observer.xml"/>
+ <xi:include href="xml/util.xml"/>
+
+ </chapter>
+</book>
+<!-- set sts=2 sw=2 et -->