mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-10 07:34:03 +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:template match="simplesect" mode="markup">
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="@kind='return'">
|
<xsl:when test="@kind='return'">
|
||||||
|
|
||||||
[heading Return Value]
|
[heading Return Value]
|
||||||
<xsl:apply-templates mode="markup"/>
|
<xsl:apply-templates mode="markup"/>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="@kind='see'">
|
<xsl:when test="@kind='see'">
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="@kind='note'">
|
<xsl:when test="@kind='note'">
|
||||||
|
|
||||||
[heading Remarks]
|
[heading Remarks]
|
||||||
<xsl:apply-templates mode="markup"/>
|
<xsl:apply-templates mode="markup"/>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user