diff options
-rw-r--r-- | doc/src/sgml/stylesheet-common.xsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/sgml/stylesheet-common.xsl b/doc/src/sgml/stylesheet-common.xsl index c23d38f1280..3d0651a8234 100644 --- a/doc/src/sgml/stylesheet-common.xsl +++ b/doc/src/sgml/stylesheet-common.xsl @@ -32,6 +32,8 @@ <xsl:param name="linenumbering.extension" select="'0'"></xsl:param> <xsl:param name="section.autolabel" select="1"></xsl:param> <xsl:param name="section.label.includes.component.label" select="1"></xsl:param> +<xsl:param name="refentry.generate.name" select="0"></xsl:param> +<xsl:param name="refentry.generate.title" select="1"></xsl:param> <xsl:param name="refentry.xref.manvolnum" select="0"/> <xsl:param name="formal.procedures" select="0"></xsl:param> <xsl:param name="punct.honorific" select="''"></xsl:param> |