JSDOC/TokenStream.vala
authorAlan Knowles <alan@roojs.com>
Tue, 27 Oct 2015 08:34:21 +0000 (16:34 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 27 Oct 2015 08:34:21 +0000 (16:34 +0800)
JSDOC/TokenStream.vala

index d398730..eaa6cce 100644 (file)
@@ -231,7 +231,7 @@ namespace JSDOC {
                    //Seed.print("STOP:" + stop);
                    Token token;
                    
-                   while ((token = this.look())) {
+                   while ((token = this.look(1,false))) {
                        if (token.is(start)) {
                      //      Seed.print("balance: START : " + depth + " " + token.data);
                            depth++;