X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FCompressWhite.js;h=13d6df7d2ffb93c497dcbad5cc57e86ee2abeac4;hp=60e1d28cf923bf9a0d5c0bae4d7429f01e77a9c5;hb=6534df3589197eabe11704e9f7a18cff965898f2;hpb=64b88d6ed1c4034fb5c0bc15175d3f7b08bc6acb diff --git a/JSDOC/CompressWhite.js b/JSDOC/CompressWhite.js index 60e1d28..13d6df7 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -275,11 +275,13 @@ CompressWhite = function (ts, packer, keepWhite) while (true) { tok = keepWhite ? ts.next() : ts.nextTok(); - + if (!tok) { break; } - + if (tok.name == "COMM") { + tok.outData == '\n'; + } if (tok.type == "NAME" && tok.identifier && tok.identifier.mungedValue && tok.identifier.mungedValue.length) { //f.write(tok.identifier.mungedValue);