mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
- Highlight the function name when printing it, so "operator" gets
highlighted for overloaded operators [SVN r20098]
This commit is contained in:
parent
c396311251
commit
ebb5873362
@ -240,7 +240,7 @@
|
|||||||
<xsl:with-param name="to" select="$link-to"/>
|
<xsl:with-param name="to" select="$link-to"/>
|
||||||
<xsl:with-param name="text" select="$function-name"/>
|
<xsl:with-param name="text" select="$function-name"/>
|
||||||
<xsl:with-param name="link-type" select="$link-type"/>
|
<xsl:with-param name="link-type" select="$link-type"/>
|
||||||
<xsl:with-param name="highlight" select="false()"/>
|
<xsl:with-param name="highlight" select="true()"/>
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
|
|
||||||
<xsl:text>(</xsl:text>
|
<xsl:text>(</xsl:text>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user