$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2008-05-11 09:15:19
Author: danieljames
Date: 2008-05-11 09:15:18 EDT (Sun, 11 May 2008)
New Revision: 45281
URL: http://svn.boost.org/trac/boost/changeset/45281
Log:
Frank's free function patch.
Text files modified: 
   branches/doc/tools/boostbook/xsl/type.xsl |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/doc/tools/boostbook/xsl/type.xsl
==============================================================================
--- branches/doc/tools/boostbook/xsl/type.xsl	(original)
+++ branches/doc/tools/boostbook/xsl/type.xsl	2008-05-11 09:15:18 EDT (Sun, 11 May 2008)
@@ -1061,7 +1061,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"/>