JSDOC/Token.vala
authorAlan Knowles <alan@roojs.com>
Thu, 3 Dec 2015 08:01:54 +0000 (16:01 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 3 Dec 2015 08:01:54 +0000 (16:01 +0800)
JSDOC/Token.vala

index e3779c0..cc2bf39 100644 (file)
@@ -84,8 +84,9 @@ namespace JSDOC
     
         public string asString()
         {
-            return "line:%d, type %s, data : %s,  name %s, , outData: %s".printf(
+            return "line:%d, id %s, type %s, data : %s,  name %s, , outData: %s".printf(
                     this.line,
+                    this.id,
                     this.type,
                     this.data,
                     this.name,