|
Boost-Commit : |
From: fmhess_at_[hidden]
Date: 2007-09-19 11:36:28
Author: fmhess
Date: 2007-09-19 11:36:25 EDT (Wed, 19 Sep 2007)
New Revision: 39388
URL: http://svn.boost.org/trac/boost/changeset/39388
Log:
Tweaked anchor for overloaded method so it doesn't generate an otherwise
empty paragraph in html output.
Text files modified:
sandbox/boost_docs/trunk/tools/boostbook/xsl/function.xsl | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
Modified: sandbox/boost_docs/trunk/tools/boostbook/xsl/function.xsl
==============================================================================
--- sandbox/boost_docs/trunk/tools/boostbook/xsl/function.xsl (original)
+++ sandbox/boost_docs/trunk/tools/boostbook/xsl/function.xsl 2007-09-19 11:36:25 EDT (Wed, 19 Sep 2007)
@@ -995,10 +995,6 @@
<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:for-each select="signature">
@@ -1009,6 +1005,11 @@
<xsl:with-param name="standalone" select="true()"/>
</xsl:call-template>
</xsl:for-each>
+ <xsl:call-template name="anchor">
+ <xsl:with-param name="to">
+ <xsl:call-template name="generate.id"/>
+ </xsl:with-param>
+ </xsl:call-template>
</xsl:with-param>
</xsl:call-template>
</para>
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