doc/comedilib_html_config.xsl: Set function.parens to "1".
authorIan Abbott <abbotti@mev.co.uk>
Wed, 9 May 2012 16:22:31 +0000 (17:22 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Wed, 9 May 2012 16:22:31 +0000 (17:22 +0100)
This makes sure the HTML output for
<function>foo<parameter>bar</parameter><parameter>baz</parameter></function>
includes parentheses, although it doesn't seem to add empty parentheses
after a plain <function>foo</function> which perhaps it should.

doc/comedilib_html_config.xsl

index 6b1ec90ce41e40ae046ebcaab8264a20ee7badb1..acff65656366a11b2eea8fe2fbf10db44a4337df 100644 (file)
@@ -7,4 +7,5 @@
        <xsl:param name="generate.section.toc.level" select="4"/>
        <xsl:param name="html.stylesheet">comedilib.css</xsl:param>
        <xsl:param name="funcsynopsis.style">ansi</xsl:param>
+       <xsl:param name="function.parens" select="1"/>
 </xsl:stylesheet>