diff options
author | Michael Leupold <lemma@leunet.de> | 2009-08-01 02:53:32 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2010-12-04 16:11:41 +0000 |
commit | 20c5210807cae6c7724d1aebe2f1d5c3e0f300eb (patch) | |
tree | 2c3c7e43353a1f7f2c2b0939fa21551302bddbbd /secret-service | |
parent | b4cef1c66a4fd7e19ebcb770fbbc406a4ece4db3 (diff) | |
download | xdg-specs-20c5210807cae6c7724d1aebe2f1d5c3e0f300eb.tar.xz |
Remove superfluous <para>
Diffstat (limited to 'secret-service')
-rw-r--r-- | secret-service/tools/spec-to-docbook.xsl | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/secret-service/tools/spec-to-docbook.xsl b/secret-service/tools/spec-to-docbook.xsl index b69cf75..72763e6 100644 --- a/secret-service/tools/spec-to-docbook.xsl +++ b/secret-service/tools/spec-to-docbook.xsl @@ -759,23 +759,21 @@ <title id="{concat(../@name, concat('.', @name))}"> <literal><xsl:value-of select="concat(../@name, concat('.', @name))"/></literal> </title> - <para> - <funcsynopsis> - <funcprototype> - <funcdef> - <function><xsl:value-of select="@name"/></function> - </funcdef> - <xsl:choose> - <xsl:when test="arg"> - <xsl:apply-templates select="arg" mode="paramdef"/> - </xsl:when> - <xsl:otherwise> - <void/> - </xsl:otherwise> - </xsl:choose> - </funcprototype> - </funcsynopsis> - </para> + <funcsynopsis> + <funcprototype> + <funcdef> + <function><xsl:value-of select="@name"/></function> + </funcdef> + <xsl:choose> + <xsl:when test="arg"> + <xsl:apply-templates select="arg" mode="paramdef"/> + </xsl:when> + <xsl:otherwise> + <void/> + </xsl:otherwise> + </xsl:choose> + </funcprototype> + </funcsynopsis> <xsl:apply-templates select="tp:docstring" /> <xsl:apply-templates select="tp:added"/> <xsl:apply-templates select="tp:changed"/> |