X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FCompressWhite.js;h=38d377022304020e5c9c9c63ff4420f704dc1454;hp=60e1d28cf923bf9a0d5c0bae4d7429f01e77a9c5;hb=dc93f423cc6c9b92289555a329676324665929a9;hpb=309249e9eba5141a1ebb6276c7ceba0ff787fc74 diff --git a/JSDOC/CompressWhite.js b/JSDOC/CompressWhite.js index 60e1d28..38d3770 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -275,7 +275,9 @@ CompressWhite = function (ts, packer, keepWhite) while (true) { tok = keepWhite ? ts.next() : ts.nextTok(); - + if (tok.type == "COMM") { + tok.outDate == ' '; + } if (!tok) { break; }