|
Boost-Commit : |
From: fmhess_at_[hidden]
Date: 2008-05-12 09:55:54
Author: fmhess
Date: 2008-05-12 09:55:54 EDT (Mon, 12 May 2008)
New Revision: 45297
URL: http://svn.boost.org/trac/boost/changeset/45297
Log:
Prevent a class' or namespace's associated free functions
(a "free-function-group" element inside a "class" or "namespace" element)
from reappearing in the synopsis of nested classes or namespaces.
Text files modified:
sandbox/boost_docs/trunk/tools/boostbook/xsl/type.xsl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/boost_docs/trunk/tools/boostbook/xsl/type.xsl
==============================================================================
--- sandbox/boost_docs/trunk/tools/boostbook/xsl/type.xsl (original)
+++ sandbox/boost_docs/trunk/tools/boostbook/xsl/type.xsl 2008-05-12 09:55:54 EDT (Mon, 12 May 2008)
@@ -1069,7 +1069,7 @@
<xsl:with-param name="allow-synopsis-anchors" select="true()"/>
</xsl:call-template>
<!-- Associated free functions -->
- <xsl:apply-templates select="ancestor-or-self::*/free-function-group"
+ <xsl:apply-templates select="free-function-group"
mode="synopsis">
<xsl:with-param name="indentation" select="$indentation"/>
<xsl:with-param name="class" select="@name"/>
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