JSDOC/CompressWhite.js
[gnome.introspection-doc-generator] / JSDOC / CompressWhite.js
index 60e1d28..38d3770 100644 (file)
@@ -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;
         }