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:
parent
f415b87538
commit
034f98154f
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue