From 2becd8c9272ccf73586cdc79eb81ae8aa96edfd9 Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Thu, 27 Sep 2001 01:24:41 +0200
Subject: [PATCH] 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
---
 refdoc/template.xsl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/refdoc/template.xsl b/refdoc/template.xsl
index 2b34596200..98be97f773 100644
--- a/refdoc/template.xsl
+++ b/refdoc/template.xsl
@@ -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>
@@ -287,7 +287,7 @@
   </xsl:template>
 
   <xsl:template match="seealso" mode="doc">
-    <dt><font face="Helvetica">See also</font></dt>    
+    <dt><font face="Helvetica">See also</font></dt>
   </xsl:template>
 
   <xsl:template match="*" mode="doc">
-- 
GitLab