From: Alan Knowles Date: Tue, 6 Jul 2010 14:44:10 +0000 (+0800) Subject: JSDOC/Parser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=85fd6af5e4d5189dab7dbc2e45cec904395126cb JSDOC/Parser.js --- diff --git a/JSDOC/Parser.js b/JSDOC/Parser.js index 9f4dfc0..ed6a5ef 100644 --- a/JSDOC/Parser.js +++ b/JSDOC/Parser.js @@ -71,6 +71,7 @@ Parser = { this.filesSymbols[Symbol.srcFile] = new SymbolSet(); + Options.LOG.inform("Parser - run walker"); this.walker = new Walker2(ts); this.walker.buildSymbolTree(); @@ -78,7 +79,7 @@ Parser = { //this.walker.walk(ts); // adds to our symbols // throw "done sym tree"; - + Options.LOG.inform("Parser - checking symbols"); // filter symbols by option for (p in this.symbols._index) { var symbol = this.symbols.getSymbol(p);