doc: Use ansi style funcsynopsis for html output.

Set XSL parameter "funcsynopsis.style" to "ansi" in the XSL stylesheet
used for HTML output (comedilib_html_config.xsl).
This commit is contained in:
Ian Abbott 2012-05-01 17:14:27 +01:00
parent cc82998ec7
commit 7655653daf

View 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>