$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r59881 - trunk/tools/boostbook/xsl/doxygen
From: daniel_james_at_[hidden]
Date: 2010-02-25 02:51:04
Author: danieljames
Date: 2010-02-25 02:51:03 EST (Thu, 25 Feb 2010)
New Revision: 59881
URL: http://svn.boost.org/trac/boost/changeset/59881
Log:
I think doxygen 'par' is closest to'formalpara' in docbook/boostbook.
Text files modified: 
   trunk/tools/boostbook/xsl/doxygen/doxygen2boostbook.xsl |     8 +++++---                                
   1 files changed, 5 insertions(+), 3 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-02-25 02:51:03 EST (Thu, 25 Feb 2010)
@@ -1239,11 +1239,13 @@
     </xsl:if>
   </xsl:template>
 
-  <xsl:template match="simplesectsep" mode="passthrough">
-    <xsl:apply-templates mode="passthrough"/>
+  <xsl:template match="para/simplesect[@kind='par']" mode="passthrough">
+    <formalpara>
+      <xsl:apply-templates mode="passthrough"/>
+    </formalpara>
   </xsl:template>
 
-  <xsl:template match="title" mode="passthrough">
+  <xsl:template match="simplesectsep" mode="passthrough">
     <xsl:apply-templates mode="passthrough"/>
   </xsl:template>