summaryrefslogtreecommitdiff
path: root/doc/reference
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-11-09 15:50:55 +0100
committerSimon Josefsson <simon@josefsson.org>2011-11-09 15:51:22 +0100
commit391efb0975aed21a306d37963fcbe75b292f0a48 (patch)
treefe8b6adfe00e1294c0f7c025e00a6768d04db4a1 /doc/reference
parent73a6d8dd4486432768c1c0bb7ec738b88182de9a (diff)
downloadgnutls-391efb0975aed21a306d37963fcbe75b292f0a48.tar.gz
Update gtk-doc template.
Diffstat (limited to 'doc/reference')
-rw-r--r--doc/reference/gnutls-docs.sgml26
-rw-r--r--doc/reference/version.xml.in1
2 files changed, 19 insertions, 8 deletions
diff --git a/doc/reference/gnutls-docs.sgml b/doc/reference/gnutls-docs.sgml
index 90b6162bbf..63df17cb16 100644
--- a/doc/reference/gnutls-docs.sgml
+++ b/doc/reference/gnutls-docs.sgml
@@ -1,9 +1,18 @@
<?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">
+<!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'">
+ <!ENTITY version SYSTEM "version.xml">
+]>
+<book id="index">
<bookinfo>
<title>GnuTLS API Reference Manual</title>
+ <releaseinfo>
+ for GnuTLS &version;.
+ The latest version of this documentation can be found on-line at
+ <ulink role="online-location" url="https://www.gnu.org/software/gnutls/reference/">https://www.gnu.org/software/gnutls/reference/</ulink>.
+ </releaseinfo>
</bookinfo>
<chapter id="intro">
@@ -23,15 +32,16 @@
<xi:include href="xml/gnutls.xml"/>
<xi:include href="xml/abstract.xml"/>
<xi:include href="xml/x509.xml"/>
- <xi:include href="xml/pkcs11.xml"/>
- <xi:include href="xml/pkcs12.xml"/>
<xi:include href="xml/openpgp.xml"/>
- <xi:include href="xml/crypto.xml"/>
<xi:include href="xml/dtls.xml"/>
- </chapter>
+ <xi:include href="xml/crypto.xml"/>
+ <xi:include href="xml/pkcs11.xml"/>
+ <xi:include href="xml/pkcs12.xml"/>
+ </chapter>
<index id="api-index-full">
- <title>Index of all symbols</title>
+ <title>API Index</title>
+ <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
</index>
<index role="deprecated" id="api-index-deprecated">
<title>Index of deprecated symbols</title>
diff --git a/doc/reference/version.xml.in b/doc/reference/version.xml.in
new file mode 100644
index 0000000000..27323dad39
--- /dev/null
+++ b/doc/reference/version.xml.in
@@ -0,0 +1 @@
+@VERSION@ \ No newline at end of file