JSDOC/TokenReader.vala
authorAlan Knowles <alan@roojs.com>
Tue, 27 Oct 2015 09:04:57 +0000 (17:04 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 27 Oct 2015 09:04:57 +0000 (17:04 +0800)
JSDOC/TokenReader.vala

index ddaac4e..a99f756 100644 (file)
@@ -12,7 +12,7 @@ void main() {
        tr.collapseWhite = false;
        tr.filename = "test";
        string str;
-       FileUtils.get_contents("/home/alan/gitlive/gnome.introspection-doc-generator/JSDOC/Walker2.js", str);
+       FileUtils.get_contents("/home/alan/gitlive/gnome.introspection-doc-generator/JSDOC/Walker2.js", out  str);
         
        var toks = tr.tokenize(new JSDOC.TextStream(str)); // dont merge xxx + . + yyyy etc.