[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-395-g678c9bf

ontologiae ontologiae at ordinateur-de-ontologiae.local
Sun Aug 16 15:41:38 UTC 2009


The following commit has been merged in the master branch:
commit 678c9bfafe63aad2d04d1d1a5f99df9c8f6869a5
Author: ontologiae <ontologiae at ordinateur-de-ontologiae.local>
Date:   Sun Aug 16 17:41:11 2009 +0200

    javadoc update

diff --git a/shorter/belinda.li b/shorter/belinda.li
index ac6f607..4b4ed08 100644
--- a/shorter/belinda.li
+++ b/shorter/belinda.li
@@ -30,25 +30,25 @@
   "<font color=\"#B8860B\">" + token + "</font>";
   
   - keyprototype :=
-  "<font color=\"#008000\">"+token+"</font>";
+  "&nbsp;<font color=\"#008000\">"+token+"</font>";
 
   - prototype :=
-  "<a href=\"" + token + ".html\">\
+  "&nbsp;<a href=\"" + token + ".html\">\
   \<font color=\"#008000\">"+token+"</font></a>";
     
   - comment_line :=
-  "<br><font FACE=\"Sans-serif\" color=\"#000000\"><B>" + token + "</B></font>";
+  "<br><font FACE=\"Helvetica\" color=\"#000000\"><B>" + token + "</B></font>";
 
   - comment_slot_line :=
   "<dd>" + token + "</dd>";
       
   - slot := 
-  "<strong><font color=\"#0000FF\">" + token + "</font></strong>";
+  "&nbsp;<strong><font color=\"#0000FF\">" + token + "</font></strong>&nbsp;";
   
   - slot_style :=
   "<dd><strong><font color=\"#FF0000\">" + token + " </font></strong>";
   
-  - local := token;  
+  - local := "&nbsp;"+token+"&nbsp;";  
 
   - block := 
   "<font color=\"#FF0000\">" + token + "</font>";  

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list