X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FCompressWhite.js;h=d5dca8afc2c6807ed940722df663c01eeb5e1ed1;hb=1c112ad8d5cecd0351642c79419edab08e1a9074;hp=c8fd66c291982f471bc0fcdae60ca79af3c8bc88;hpb=01eec95addca8c5521a722b95e14a22bcd94d7b8;p=gnome.introspection-doc-generator diff --git a/JSDOC/CompressWhite.js b/JSDOC/CompressWhite.js index c8fd66c..d5dca8a 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -8,7 +8,7 @@ @arg packer {Packer} */ -CompressWhite = function (ts, packer, keepWhite) +const CompressWhite = function (ts, packer, keepWhite) { keepWhite = keepWhite || false; ts.rewind(); @@ -285,12 +285,12 @@ CompressWhite = function (ts, packer, keepWhite) tok.outData = '\n'; } - print(tok.type + ':' + tok.data); + ///print(tok.type + ':' + tok.data); if (tok.type == "NAME" && tok.identifier && tok.identifier.mungedValue && tok.identifier.mungedValue.length) { //f.write(tok.identifier.mungedValue); - print("MUNGED: tok.identifier.mungedValue"); + //print("MUNGED: " + tok.identifier.mungedValue); out += tok.identifier.mungedValue; continue; }