diff options
author | Michael Leupold <lemma@leunet.de> | 2009-08-01 16:17:51 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2010-12-04 16:11:41 +0000 |
commit | 24427d24927bbd22b3b82a6d04d3d0df05346867 (patch) | |
tree | 3ddb49598d6f0bcc79796d88125bf1785461edc0 /secret-service/tools | |
parent | c250c5aefcc8e14ffa54463a694c26370c1bcf6a (diff) | |
download | xdg-specs-24427d24927bbd22b3b82a6d04d3d0df05346867.tar.xz |
Add links to the funcsynopsis listing in the top section of each interface. Unfortunately xmlto doesn't generate links for them yet.
Diffstat (limited to 'secret-service/tools')
-rw-r--r-- | secret-service/tools/spec-to-docbook.xsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/secret-service/tools/spec-to-docbook.xsl b/secret-service/tools/spec-to-docbook.xsl index b2cadd6..1917798 100644 --- a/secret-service/tools/spec-to-docbook.xsl +++ b/secret-service/tools/spec-to-docbook.xsl @@ -3,6 +3,7 @@ <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0" xmlns:html="http://www.w3.org/1999/xhtml" + xmlns:xlink="http://www.w3.org/1999/xlink" exclude-result-prefixes="tp html"> <!-- @@ -802,7 +803,7 @@ <funcprototype> <funcdef> <function linkend="{concat(parent::interface//@name, '.', @name)}"> - <xsl:value-of select="@name"/> + <xsl:value-of select="@name"/> </function> </funcdef> <xsl:choose> |