JSDOC/ScopeParser.vala
authorAlan Knowles <alan@roojs.com>
Fri, 6 Nov 2015 08:24:33 +0000 (16:24 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 6 Nov 2015 08:24:33 +0000 (16:24 +0800)
JSDOC/ScopeParser.vala

index 590842d..e557125 100644 (file)
@@ -184,23 +184,23 @@ namespace JSDOC {
     }
 
 
-    log : function(str)
+    void log(string str)
     {
         print(str);
         //print ("                    ".substring(0, this.braceNesting*2) + str);
         
         //println("<B>LOG:</B>" + htmlescape(str) + "<BR/>\n");
-    },
-    logR : function(str)
+    }
+    void logR (string str)
     {
             //println("<B>LOG:</B>" + str + "<BR/>");
-    },
+    }
 
      
     
 
 
-    parseScope : function(scope) // parse a token stream..
+    void parseScope(Scope scope) // parse a token stream..
     {
         //this.timerPrint("parseScope EnterScope"); 
         //this.log(">>> ENTER SCOPE" + this.scopes.length);