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

index b7ba8ab..a7ac32f 100644 (file)
@@ -250,7 +250,7 @@ namespace JSDOC {
                    //Seed.print("STOP:" + stop);
                    Token token;
                    
-                   while (null != (token = this.look(1,false))) {
+                   while (null != (token = this.lookAny(1))) {
                                debug("BALANCE: %d %s " , this.cursor,  token.asString());
                        if (token.is(start)) {
                      //      Seed.print("balance: START : " + depth + " " + token.data);