|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r63224 - in trunk: people tools/boostbook/xsl/doxygen wiki
From: daniel_james_at_[hidden]
Date: 2010-06-22 03:38:22
Author: danieljames
Date: 2010-06-22 03:38:21 EDT (Tue, 22 Jun 2010)
New Revision: 63224
URL: http://svn.boost.org/trac/boost/changeset/63224
Log:
Remove the directories properly this time.
Removed:
trunk/people/
trunk/wiki/
Text files modified:
trunk/tools/boostbook/xsl/doxygen/doxygen2boostbook.xsl | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
Modified: trunk/tools/boostbook/xsl/doxygen/doxygen2boostbook.xsl
==============================================================================
--- trunk/tools/boostbook/xsl/doxygen/doxygen2boostbook.xsl (original)
+++ trunk/tools/boostbook/xsl/doxygen/doxygen2boostbook.xsl 2010-06-22 03:38:21 EDT (Tue, 22 Jun 2010)
@@ -1363,10 +1363,15 @@
</xsl:when>
<xsl:otherwise>
<xsl:apply-templates mode="type"/>
+ <xsl:apply-templates select="../argsstring"/>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
+ <xsl:template match="argsstring">
+ <xsl:apply-templates mode="type"/>
+ </xsl:template>
+
<xsl:template match="ref" mode="type">
<xsl:choose>
<xsl:when test="@kindref='compound'">
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