doc/comedilib_dblatex_config.xsl: Set function.parens to "1".
authorIan Abbott <abbotti@mev.co.uk>
Wed, 9 May 2012 16:28:58 +0000 (17:28 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Wed, 9 May 2012 16:28:58 +0000 (17:28 +0100)
Persuades dblatex to output parentheses for all the <function> tags,
even those without <parameter> tags inside.

doc/comedilib_dblatex_config.xsl

index 33ec45be334dfc7505d4ee3e77332a17849ef732..0ba3c9d61b08b7f70e5a1c3f419f274f1277649b 100644 (file)
@@ -4,4 +4,5 @@
        version="1.0">
        <xsl:param name="funcsynopsis.decoration" select="1"/>
        <xsl:param name="funcsynopsis.style">ansi</xsl:param>
+       <xsl:param name="function.parens" select="1"/>
 </xsl:stylesheet>