summaryrefslogtreecommitdiffstats
path: root/src/uca-docs.xml.in
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-04-18 16:50:37 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-04-18 16:50:53 +0200
commitc53b59cb2519ac85e06b6de3fa60d5d21ca03a71 (patch)
tree51a0869d8aac618d2b786ea50b10b46eb638b760 /src/uca-docs.xml.in
parent92ac304516c3929a2c3590686375f6d7a1f605c5 (diff)
downloaduca-c53b59cb2519ac85e06b6de3fa60d5d21ca03a71.tar.gz
uca-c53b59cb2519ac85e06b6de3fa60d5d21ca03a71.tar.bz2
uca-c53b59cb2519ac85e06b6de3fa60d5d21ca03a71.tar.xz
uca-c53b59cb2519ac85e06b6de3fa60d5d21ca03a71.zip
Generate documentation with gtk-doc
Diffstat (limited to 'src/uca-docs.xml.in')
-rw-r--r--src/uca-docs.xml.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/uca-docs.xml.in b/src/uca-docs.xml.in
new file mode 100644
index 0000000..915e14c
--- /dev/null
+++ b/src/uca-docs.xml.in
@@ -0,0 +1,30 @@
+<?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>libuca Reference Manual</title>
+ <releaseinfo>
+ for libuca ${UCA_VERSION_STRING}. The latest version of this documentation can be found on-line at
+ <ulink role="online-location"
+ url="http://ufo.kit.edu/extra/libuca">http://ufo.kit.edu/extra/libuca</ulink>.
+ </releaseinfo>
+ </bookinfo>
+
+ <chapter>
+ <title>Unified Camera Access</title>
+ <xi:include href="xml/uca-camera.xml"/>
+ <xi:include href="xml/uca-mock-camera.xml"/>
+ <xi:include href="xml/uca-ufo-camera.xml"/>
+ <xi:include href="xml/uca-pco-camera.xml"/>
+
+ </chapter>
+ <index id="api-index-full">
+ <title>API Index</title>
+ <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
+ </index>
+
+</book>