$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: fmhess_at_[hidden]
Date: 2007-10-13 23:01:05
Author: fmhess
Date: 2007-10-13 23:01:05 EDT (Sat, 13 Oct 2007)
New Revision: 39998
URL: http://svn.boost.org/trac/boost/changeset/39998
Log:
Removed extra <para> element in member typedef description.
Text files modified: 
   sandbox/boost_docs/trunk/tools/boostbook/xsl/type.xsl |     4 +---                                    
   1 files changed, 1 insertions(+), 3 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-10-13 23:01:05 EDT (Sat, 13 Oct 2007)
@@ -438,9 +438,7 @@
             <xsl:with-param name="link-type" select="'anchor'"/>
           </xsl:call-template>
         </para>
-        <para>
-          <xsl:apply-templates select="description"/>
-        </para>
+        <xsl:apply-templates select="description"/>
       </listitem>
     </xsl:if>
   </xsl:template>