Quick hack to deal with title tags in doxygen descriptions.

[SVN r59859]
This commit is contained in:
Daniel James 2010-02-24 00:14:19 +00:00
parent fe66ec4dba
commit fbed5083b5

View File

@ -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="@*"/>