$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52082 - trunk/tools/boostbook/xsl/doxygen
From: daniel_james_at_[hidden]
Date: 2009-03-31 15:43:14
Author: danieljames
Date: 2009-03-31 15:43:13 EDT (Tue, 31 Mar 2009)
New Revision: 52082
URL: http://svn.boost.org/trac/boost/changeset/52082
Log:
Support global variable reference in boostbook.
Text files modified: 
   trunk/tools/boostbook/xsl/doxygen/doxygen2boostbook.xsl |     4 ++++                                    
   1 files changed, 4 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	2009-03-31 15:43:13 EDT (Tue, 31 Mar 2009)
@@ -494,6 +494,10 @@
         <xsl:call-template name="typedef" />
       </xsl:when>
 
+      <xsl:when test="@kind='variable'">
+        <xsl:call-template name="variable" />
+      </xsl:when>
+
       <xsl:when test="@kind='enum'">
         <xsl:call-template name="enum" />
       </xsl:when>