mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Add support for verbatim from doxygen.
[SVN r68307]
This commit is contained in:
parent
e361a5181f
commit
a1d3e62cd7
@ -1242,6 +1242,9 @@
|
|||||||
<xsl:template match="copydoc" mode="passthrough">
|
<xsl:template match="copydoc" mode="passthrough">
|
||||||
<xsl:apply-templates mode="passthrough"/>
|
<xsl:apply-templates mode="passthrough"/>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
<xsl:template match="verbatim" mode="passthrough">
|
||||||
|
<xsl:copy-of select="node()"/>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="para/simplesect" mode="passthrough">
|
<xsl:template match="para/simplesect" mode="passthrough">
|
||||||
<xsl:if test="not (@kind='pre') and
|
<xsl:if test="not (@kind='pre') and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user