X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FCompressWhite.vala;h=053713ceea4f35a946547c280bd1095da2825921;hp=6a38ef7a35d4e4b93988c705ec78af8a7a871435;hb=0c9c4b801274ab466755fdd284bf67e68379c860;hpb=27e4ffef1ee1fa56f6ad6459971cca7d3370cd38 diff --git a/JSDOC/CompressWhite.vala b/JSDOC/CompressWhite.vala index 6a38ef7..053713c 100644 --- a/JSDOC/CompressWhite.vala +++ b/JSDOC/CompressWhite.vala @@ -83,9 +83,9 @@ namespace JSDOC //tok = ts.next(); var cu = ts.cursor; - print("NEXT = should be brac: %s\n", ts.lookTok(1).asString()); + //print("NEXT = should be brac: %s\n", ts.lookTok(1).asString()); - print("cursor = %d", ts.cursor); + //print("cursor = %d", ts.cursor); if (ts.lookTok(1).data != "(" || ts.balance("(").size < 1 ){ print("balance ( issue on line %d\n", ts.toArray().get(cu).line); @@ -95,13 +95,13 @@ namespace JSDOC throw new CompressWhiteError.BRACE( "could not find end lbrace!!!" ); } - print("cursor = %d", ts.cursor); - print("CUR = should be ): %s\n", ts.lookTok(0).asString()); + //print("cursor = %d", ts.cursor); + //print("CUR = should be ): %s\n", ts.lookTok(0).asString()); tok = ts.nextTok(); - print("CUR = should be {: %s\n", ts.lookTok(0).asString()); + //print("CUR = should be {: %s\n", ts.lookTok(0).asString()); cu = ts.cursor; // set the cursor to here.. so the next bit of the code will check inside the method. - print("cursor = %d", ts.cursor); + //print("cursor = %d", ts.cursor); //print("AFTER BALANCE ("); //ts.dump(cu, ts.cursor); //ts.cursor--; // cursor at the (