Boost logo

Boost-Commit :

From: fmhess_at_[hidden]
Date: 2007-12-13 15:20:22


Author: fmhess
Date: 2007-12-13 15:20:22 EST (Thu, 13 Dec 2007)
New Revision: 42019
URL: http://svn.boost.org/trac/boost/changeset/42019

Log:
Made "classname" elements create links to typedefs too.

Text files modified:
   sandbox/boost_docs/trunk/tools/boostbook/xsl/annotation.xsl | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/boost_docs/trunk/tools/boostbook/xsl/annotation.xsl
==============================================================================
--- sandbox/boost_docs/trunk/tools/boostbook/xsl/annotation.xsl (original)
+++ sandbox/boost_docs/trunk/tools/boostbook/xsl/annotation.xsl 2007-12-13 15:20:22 EST (Thu, 13 Dec 2007)
@@ -9,7 +9,7 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version="1.0">
 
- <xsl:key name="classes" match="class|struct|union" use="@name"/>
+ <xsl:key name="classes" match="class|struct|union|typedef" use="@name"/>
   <xsl:key name="methods" match="method|overloaded-method" use="@name"/>
   <xsl:key name="functions" match="function|overloaded-function" use="@name"/>
   <xsl:key name="enums" match="enum" use="@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