mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 02:43: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:if>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="simplesectsep" mode="passthrough">
|
<xsl:template match="para/simplesect[@kind='par']" mode="passthrough">
|
||||||
<xsl:apply-templates mode="passthrough"/>
|
<formalpara>
|
||||||
|
<xsl:apply-templates mode="passthrough"/>
|
||||||
|
</formalpara>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="title" mode="passthrough">
|
<xsl:template match="simplesectsep" mode="passthrough">
|
||||||
<xsl:apply-templates mode="passthrough"/>
|
<xsl:apply-templates mode="passthrough"/>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user