JSDOC/Packer.js
[gnome.introspection-doc-generator] / JSDOC / Packer.js
index 4dce20e..cacd7ab 100644 (file)
@@ -335,7 +335,7 @@ Packer.prototype = {
         this.timerPrint("Tokenized");
         //var ts = new TokenStream(toks);
         var ts = new Collapse(toks);
-        //ts.dump();
+         ts.dump();
         //return;//
         var sp = new ScopeParser(ts);
         this.timerPrint("Converted to Parser");