mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Handle <ndash/> generated by doxygen.
This commit is contained in:
parent
01882ea2a2
commit
b42efe92e4
@ -1521,6 +1521,10 @@
|
||||
<sbr/>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="ndash" mode="passthrough">
|
||||
<xsl:text>–</xsl:text>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="briefdescription" mode="passthrough">
|
||||
<xsl:if test="text()|*">
|
||||
<purpose>
|
||||
|
Loading…
x
Reference in New Issue
Block a user