mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-08 18:33:58 +00:00
Quick hack to deal with title tags in doxygen descriptions.
[SVN r59859]
This commit is contained in:
parent
fe66ec4dba
commit
fbed5083b5
@ -1243,6 +1243,10 @@
|
||||
<xsl:apply-templates mode="passthrough"/>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="title" mode="passthrough">
|
||||
<xsl:apply-templates mode="passthrough"/>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="*" mode="passthrough">
|
||||
<xsl:copy>
|
||||
<xsl:copy-of select="@*"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user