JSDOC/Parser.js
authorAlan Knowles <alan@akkbhome.com>
Tue, 6 Jul 2010 14:44:10 +0000 (22:44 +0800)
committerAlan Knowles <alan@akkbhome.com>
Tue, 6 Jul 2010 14:44:10 +0000 (22:44 +0800)
JSDOC/Parser.js

index 9f4dfc0..ed6a5ef 100644 (file)
@@ -71,6 +71,7 @@ Parser = {
         
         this.filesSymbols[Symbol.srcFile] = new SymbolSet();
         
         
         this.filesSymbols[Symbol.srcFile] = new SymbolSet();
         
+        Options.LOG.inform("Parser - run walker");
         this.walker = new  Walker2(ts);
         this.walker.buildSymbolTree();
         
         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";
         
         //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);
         // filter symbols by option
         for (p in this.symbols._index) {
             var symbol = this.symbols.getSymbol(p);