X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FTokenStream.vala;h=559141b51151534cb95362adc91f5f513b28ffba;hb=53b1092ed504e2d0fbd10d508b4b2b505a4eeff0;hp=a7ac32ff46a6a0eaff523c12b1eb7352656c560d;hpb=b5eb477cb8d3498f23940d4d2765167e25c73221;p=gnome.introspection-doc-generator diff --git a/JSDOC/TokenStream.vala b/JSDOC/TokenStream.vala index a7ac32f..559141b 100644 --- a/JSDOC/TokenStream.vala +++ b/JSDOC/TokenStream.vala @@ -85,12 +85,12 @@ namespace JSDOC { { - if (this.cursor+n < 0 || this.cursor+n > (this.tokens.size -1)) { - return new Token("", "VOID", "START_OF_STREAM"); - } - return this.tokens.get(this.cursor+n); - } - + if (this.cursor+n < 0 || this.cursor+n > (this.tokens.size -1)) { + return new Token("", "VOID", "START_OF_STREAM"); + } + return this.tokens.get(this.cursor+n); + + } @@ -265,10 +265,10 @@ namespace JSDOC { if (token.is(stop)) { depth--; - print("balance (%d): STOP: %s\n" , depth , token.data); + //print("balance (%d): STOP: %s\n" , depth , token.data); if (depth < 1) { this.next(); // shift cursor to eat closer... - print("returning got %d\n", got.size); + //print("returning got %d\n", got.size); return got; }