Skip to content
Snippets Groups Projects
Commit 2becd8c9 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Some very minor changes. This file is not at all up to date, but at least now...

Some very minor changes. This file is not at all up to date, but at least now my copy isn't flagged as modified anymore...

Rev: refdoc/template.xsl:1.3
parent 3b7d18cb
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
<xsl:param rxml:type="color" name="background" select="'white'"/>
<xsl:param rxml:type="color" name="type" select="'#202020'"/>
<xsl:param rxml:type="color" name="method-name" select="'blue'"/>
<xsl:param rxml:type="color" name="method-name" select="'#0000E0'"/>
<xsl:param rxml:type="color" name="param-name" select="'#8000F0'"/>
<xsl:param rxml:type="color" name="var-name" select="'#F000F0'"/>
<xsl:param rxml:type="color" name="constant-name" select="'#F000F0'"/>
......@@ -101,7 +101,7 @@
<xsl:call-template name="show-class-path"/>
<xsl:choose>
<xsl:when test="ancestor::class">
<xsl:text>-&gt;</xsl:text>
<xsl:text>()-&gt;</xsl:text>
</xsl:when>
<xsl:when test="ancestor::module">
<xsl:text>.</xsl:text>
......@@ -196,7 +196,7 @@
<xsl:template match="object" mode="type">
<xsl:choose>
<xsl:when test="text()">
<font color="{$program-name}"><xsl:value-of select="."/></font>
<font color="{$program-name}">object(<xsl:value-of select="."/>)</font>
</xsl:when>
<xsl:otherwise>
<font color="{$type}">object</font>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment