JSDOC/CompressWhite.js
[gnome.introspection-doc-generator] / JSDOC / CompressWhite.js
index f40eacb..5771300 100644 (file)
@@ -74,7 +74,7 @@ CompressWhite =  function (ts, packer)
                 continue;
             }
             
-            if (ts.lookTok(1).type == 'NAME' &&  ts.look(1,true).name == "NEWLINE") {
+            if ((ts.lookTok(1).type == 'NAME' || ts.lookTok(1).type == 'KEYW' ) &&  ts.look(1,true).name == "NEWLINE") {
                 // presever linebraek
                 ts.look(0).outData = ts.look(0).data+"\n";
             }