X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FParser.js;h=29ea409a1336723980bc54290434fb408f3a1ca9;hp=8b88a9346bb4986783bc4c80440f8c8e931ef8e3;hb=5799a1dea6b9f89612751669e24aed3e26a44704;hpb=51869e445aa731f370957ec47663be6736efc0dc diff --git a/JSDOC/Parser.js b/JSDOC/Parser.js index 8b88a93..29ea409 100644 --- a/JSDOC/Parser.js +++ b/JSDOC/Parser.js @@ -72,7 +72,10 @@ Parser = { this.filesSymbols[Symbol.srcFile] = new SymbolSet(); this.walker = new Walker2(ts); - this.walker.buildSymbolTree() + this.walker.buildSymbolTree(); + + + //this.walker.walk(ts); // adds to our symbols // throw "done sym tree";