doc: Use ansi style funcsynopsis for html output.
authorIan Abbott <abbotti@mev.co.uk>
Tue, 1 May 2012 16:14:27 +0000 (17:14 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Tue, 1 May 2012 16:14:27 +0000 (17:14 +0100)
Set XSL parameter "funcsynopsis.style" to "ansi" in the XSL stylesheet
used for HTML output (comedilib_html_config.xsl).

doc/comedilib_html_config.xsl

index 7c38bd1b4b6c810a8a6c0f554aec7db1903cc558..6b1ec90ce41e40ae046ebcaab8264a20ee7badb1 100644 (file)
@@ -6,4 +6,5 @@
        <xsl:param name="chunk.section.depth" select="2"/>
        <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:stylesheet>