mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Strip out <copydoc> tags when converting from doxygen XML to Boostbook.
[SVN r57945]
This commit is contained in:
parent
7484e56d45
commit
2e44e8a688
@ -1205,6 +1205,9 @@
|
|||||||
<xsl:apply-templates mode="passthrough"/>
|
<xsl:apply-templates mode="passthrough"/>
|
||||||
</para>
|
</para>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
<xsl:template match="copydoc" mode="passthrough">
|
||||||
|
<xsl:apply-templates mode="passthrough"/>
|
||||||
|
</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