JSDOC/Token.vala
[gnome.introspection-doc-generator] / JSDOC / Token.vala
index 4942d15..9d50744 100644 (file)
@@ -29,7 +29,7 @@
 */
 namespace JSDOC
 {
-    int tokid = 1;
+    int Token_id = 1;
 
     public class Token : Object {
         
@@ -78,7 +78,7 @@ namespace JSDOC
         }
         
         
-        public string toRaw : function(int lvl = 0)
+        public string toRaw(int lvl = 0)
         {
             
             
@@ -127,4 +127,4 @@ namespace JSDOC
             return this.name == what || this.type == what;
         }
 });
-Token.id = 0;     
\ No newline at end of file
+  
\ No newline at end of file