mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-08 18:33:58 +00:00
Fixed spurious paragraph in html output for overloaded
methods. [SVN r40702]
This commit is contained in:
parent
677773ea5b
commit
abc4097abf
@ -995,12 +995,13 @@
|
||||
<xsl:call-template name="function.documentation">
|
||||
<xsl:with-param name="text">
|
||||
<para>
|
||||
<xsl:attribute name="id">
|
||||
<xsl:call-template name="generate.id"/>
|
||||
</xsl:attribute>
|
||||
|
||||
<xsl:call-template name="preformatted">
|
||||
<xsl:with-param name="text">
|
||||
<xsl:call-template name="anchor">
|
||||
<xsl:with-param name="to">
|
||||
<xsl:call-template name="generate.id"/>
|
||||
</xsl:with-param>
|
||||
</xsl:call-template>
|
||||
<xsl:for-each select="signature">
|
||||
<xsl:call-template name="function">
|
||||
<xsl:with-param name="indentation" select="0"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user