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

index e606091..72a908b 100644 (file)
@@ -41,7 +41,7 @@ namespace JSDOC {
                /**
                    @type JSDOC.Token
                */
-               public Token? look (int n, bool considerWhitespace) 
+               public Token? look (int n, bool considerWhitespace)  // depricated... causes all sorts of problems...
                {
 
 
@@ -80,6 +80,10 @@ namespace JSDOC {
               // return new Token("", "VOID", "STREAM_ERROR"); // because null isn't an object and caller always expects an object
                    
                }
+               
+               
+               
+               
 
                public int lookFor  (string data)
                {