diff options
Diffstat (limited to 'secret-service/params-html.xsl')
-rw-r--r-- | secret-service/params-html.xsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/secret-service/params-html.xsl b/secret-service/params-html.xsl index cc73eee..bca2223 100644 --- a/secret-service/params-html.xsl +++ b/secret-service/params-html.xsl @@ -31,5 +31,7 @@ <xsl:param name="html.stylesheet">style.css</xsl:param> <xsl:param name="funcsynopsis.style">ansi</xsl:param> <xsl:param name="funcsynopsis.decoration">1</xsl:param> + <xsl:param name="refentry.generate.name">0</xsl:param> + <xsl:param name="refentry.generate.title">1</xsl:param> </xsl:stylesheet> |