mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
make sure that default arguments for parameters that start a new line are highlighted.
[SVN r63364]
This commit is contained in:
parent
269a8e741d
commit
153b3e63b4
@ -499,9 +499,9 @@
|
|||||||
mode="annotation">
|
mode="annotation">
|
||||||
<xsl:with-param name="highlight" select="true()"/>
|
<xsl:with-param name="highlight" select="true()"/>
|
||||||
</xsl:apply-templates>
|
</xsl:apply-templates>
|
||||||
<xsl:value-of select="$pack"/>
|
<xsl:copy-of select="$pack"/>
|
||||||
<xsl:value-of select="$name"/>
|
<xsl:value-of select="$name"/>
|
||||||
<xsl:value-of select="$default"/>
|
<xsl:copy-of select="$default"/>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<xsl:value-of select="concat($prefix, $text)"/>
|
<xsl:value-of select="concat($prefix, $text)"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user