|
Boost-Commit : |
From: fmhess_at_[hidden]
Date: 2007-11-02 18:37:52
Author: fmhess
Date: 2007-11-02 18:37:52 EDT (Fri, 02 Nov 2007)
New Revision: 40702
URL: http://svn.boost.org/trac/boost/changeset/40702
Log:
Fixed spurious paragraph in html output for overloaded
methods.
Text files modified:
trunk/tools/boostbook/xsl/function.xsl | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
Modified: trunk/tools/boostbook/xsl/function.xsl
==============================================================================
--- trunk/tools/boostbook/xsl/function.xsl (original)
+++ trunk/tools/boostbook/xsl/function.xsl 2007-11-02 18:37:52 EDT (Fri, 02 Nov 2007)
@@ -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"/>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk