mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-08 18:33:58 +00:00
I think doxygen 'par' is closest to'formalpara' in docbook/boostbook.
[SVN r59881]
This commit is contained in:
parent
fbed5083b5
commit
5fc5fa6ec0
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user