Geometry: escape quickbook punctuation while parsing Doxygen XML output to quickbook

[SVN r60713]
This commit is contained in:
Mateusz Loskot 2010-03-19 21:17:33 +00:00
parent 79b7468411
commit ad5fc6a7ab

View File

@ -296,12 +296,14 @@
<xsl:template match="simplesect" mode="markup">
<xsl:choose>
<xsl:when test="@kind='return'">
[heading Return Value]
<xsl:apply-templates mode="markup"/>
</xsl:when>
<xsl:when test="@kind='see'">
</xsl:when>
<xsl:when test="@kind='note'">
[heading Remarks]
<xsl:apply-templates mode="markup"/>
</xsl:when>