1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/docs/reference/libxexpr-docs.xml Wed Oct 10 22:58:21 2012 +0100
1.3 @@ -0,0 +1,41 @@
1.4 +<?xml version="1.0"?>
1.5 +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
1.6 + "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
1.7 +[
1.8 + <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
1.9 + <!ENTITY version SYSTEM "version.xml">
1.10 +]>
1.11 +<book id="index">
1.12 + <bookinfo>
1.13 + <title>libxexpr Reference Manual</title>
1.14 + <releaseinfo>
1.15 + for libxexpr &version;
1.16 + The latest version of this documentation can be found on-line at
1.17 + <ulink role="online-location" url="http://www.juiblex.co.uk/libxexpr/docs/reference/index.html">http://www.juiblex.co.uk/libxexpr/docs/reference/</ulink>.
1.18 + </releaseinfo>
1.19 + </bookinfo>
1.20 +
1.21 + <chapter>
1.22 + <title>Tools</title>
1.23 + <xi:include href="xexpr.xml"/>
1.24 + </chapter>
1.25 +
1.26 + <chapter>
1.27 + <title>API Reference</title>
1.28 + <xi:include href="xml/xexprtypes.xml"/>
1.29 + <xi:include href="xml/xexpreval.xml"/>
1.30 + <xi:include href="xml/xexprparse.xml"/>
1.31 + <xi:include href="xml/xexprdump.xml"/>
1.32 + </chapter>
1.33 +
1.34 + <xi:include href="implementation_defined_behaviour.xml"/>
1.35 +
1.36 + <xi:include href="language_extensions.xml"/>
1.37 +
1.38 + <index id="api-index-full">
1.39 + <title>API Index</title>
1.40 + <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
1.41 + </index>
1.42 +
1.43 + <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
1.44 +</book>