doc/comedilib_html_config.xsl: Use numbered sections.

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.
This commit is contained in:
Ian Abbott 2012-05-10 14:33:33 +01:00
parent f415b87538
commit 034f98154f

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