mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
Geometry: escape quickbook punctuation while parsing Doxygen XML output to quickbook
[SVN r60713]
This commit is contained in:
parent
79b7468411
commit
ad5fc6a7ab
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user