doc/comedilib_html_config.xsl: Use numbered sections.
authorIan Abbott <abbotti@mev.co.uk>
Thu, 10 May 2012 13:33:33 +0000 (14:33 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Thu, 10 May 2012 13:33:33 +0000 (14:33 +0100)
Change DocBook XSL parameters for HTML output to use numbered sections
(like it was before we switched from SGML to XML) and to use just the
numbers in cross references, rather than number and/or title.

doc/comedilib_html_config.xsl

index acff65656366a11b2eea8fe2fbf10db44a4337df..67da69c9a73131dc93482e4b2d0d344e0f06d2f1 100644 (file)
@@ -8,4 +8,6 @@
        <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:param name="section.autolabel" select="1"/>
+       <xsl:param name="xref.with.number.and.title" select="0"/>
 </xsl:stylesheet>