- Highlight the function name when printing it, so "operator" gets

highlighted for overloaded operators


[SVN r20098]
This commit is contained in:
Douglas Gregor 2003-09-18 18:43:12 +00:00
parent c396311251
commit ebb5873362

View File

@ -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>