doc: Use ansi style funcsynopsis for html output.
[comedilib.git] / doc / comedilib_html_config.xsl
1 <?xml version='1.0'?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3         xmlns:fo="http://www.w3.org/1999/XSL/Format"
4         version="1.0">
5         <xsl:param name="use.id.as.filename" select="'1'"/>
6         <xsl:param name="chunk.section.depth" select="2"/>
7         <xsl:param name="generate.section.toc.level" select="4"/>
8         <xsl:param name="html.stylesheet">comedilib.css</xsl:param>
9         <xsl:param name="funcsynopsis.style">ansi</xsl:param>
10 </xsl:stylesheet>