$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r51647 - trunk/tools/boostbook/xsl
From: daniel_james_at_[hidden]
Date: 2009-03-08 05:45:52
Author: danieljames
Date: 2009-03-08 05:45:51 EDT (Sun, 08 Mar 2009)
New Revision: 51647
URL: http://svn.boost.org/trac/boost/changeset/51647
Log:
Display text purposes in function reference.
Text files modified:
trunk/tools/boostbook/xsl/function.xsl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/boostbook/xsl/function.xsl
==============================================================================
--- trunk/tools/boostbook/xsl/function.xsl (original)
+++ trunk/tools/boostbook/xsl/function.xsl 2009-03-08 05:45:51 EDT (Sun, 08 Mar 2009)
@@ -746,7 +746,7 @@
<xsl:param name="namespace-reference" select="false()"/>
<xsl:if test="$namespace-reference=false()">
- <xsl:apply-templates select="purpose/*"/>
+ <xsl:apply-templates select="purpose/*|purpose/text()"/>
</xsl:if>
<xsl:apply-templates select="description/*"/>