JSDOC/TokenReader.vala
authorAlan Knowles <alan@roojs.com>
Tue, 15 Sep 2015 09:11:40 +0000 (17:11 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 15 Sep 2015 09:11:40 +0000 (17:11 +0800)
JSDOC/TokenReader.vala

index b4127d7..11a853a 100644 (file)
@@ -290,7 +290,7 @@ namespace JSDOC {
             }
             //print("WHITE = " + JSON.stringify(found)); 
             if (this.collapseWhite) {
-                found = " ";
+                found = " "; // this might work better if it was a ';' ???
             }
             if (this.keepWhite) tokens.push(new Token(found, "WHIT", "SPACE", this.line));
             return true;