Boost logo

Boost-Commit :

From: fmhess_at_[hidden]
Date: 2007-12-14 16:36:45


Author: fmhess
Date: 2007-12-14 16:36:45 EST (Fri, 14 Dec 2007)
New Revision: 42052
URL: http://svn.boost.org/trac/boost/changeset/42052

Log:
Fixed use of "classname"/etc. elements inside the "type" element
of a "static-constant" element.

Text files modified:
   sandbox/boost_docs/trunk/tools/boostbook/xsl/type.xsl | 6 +-----
   1 files changed, 1 insertions(+), 5 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 2007-12-14 16:36:45 EST (Fri, 14 Dec 2007)
@@ -461,11 +461,7 @@
       <xsl:with-param name="text" select="'static const '"/>
     </xsl:call-template>
 
- <xsl:call-template name="source-highlight">
- <xsl:with-param name="text">
- <xsl:apply-templates select="type/*|type/text()"/>
- </xsl:with-param>
- </xsl:call-template>
+ <xsl:apply-templates select="type" mode="highlight"/>
 
     <xsl:if test="not(@name = '')">
       <xsl:text> </xsl:text>


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