|
Boost-Commit : |
From: fmhess_at_[hidden]
Date: 2007-10-30 17:10:26
Author: fmhess
Date: 2007-10-30 17:10:26 EDT (Tue, 30 Oct 2007)
New Revision: 40613
URL: http://svn.boost.org/trac/boost/changeset/40613
Log:
Put anchor for overloaded methods at beginning of method declarations.
Text files modified:
sandbox/boost_docs/trunk/tools/boostbook/xsl/function.xsl | 10 +++++-----
1 files changed, 5 insertions(+), 5 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-10-30 17:10:26 EDT (Tue, 30 Oct 2007)
@@ -997,6 +997,11 @@
<para>
<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"/>
@@ -1005,11 +1010,6 @@
<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