JSDOC/TokenStream.vala
authorAlan Knowles <alan@roojs.com>
Thu, 3 Dec 2015 07:47:33 +0000 (15:47 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 3 Dec 2015 07:47:33 +0000 (15:47 +0800)
JSDOC/TokenStream.vala

index 74f051f..7cfc4b2 100644 (file)
@@ -252,7 +252,7 @@ namespace JSDOC {
                            
                                print("balance (%d): STOP: %s\n" ,  depth ,  token.data);
                            if (depth < 1) {
-                                   this.next()
+                                   this.next(); // shift cursor to eat closer...
                                        print("returning got %d\n", got.size);
                                        return got;
                                }