Fixed spurious paragraph in html output for overloaded

methods.



[SVN r40702]
This commit is contained in:
Frank Mori Hess 2007-11-02 22:37:52 +00:00
parent 677773ea5b
commit abc4097abf

View File

@ -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"/>