JSDOC/Parser.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 28 Jun 2010 07:52:23 +0000 (15:52 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 28 Jun 2010 07:52:23 +0000 (15:52 +0800)
JSDOC/Parser.js

index a18e52b..75e4c9d 100644 (file)
@@ -33,13 +33,13 @@ Parser = {
         print("init parser conf!?");
         this.conf = {
             loaded : true,
         print("init parser conf!?");
         this.conf = {
             loaded : true,
-            ignoreCode:                 JSDOC.opt.n,
+            ignoreCode:                 Options.n,
             ignoreAnonymous:           true, // factory: true
             treatUnderscoredAsPrivate: true, // factory: true
             explain:                   false // factory: false
         };
          
             ignoreAnonymous:           true, // factory: true
             treatUnderscoredAsPrivate: true, // factory: true
             explain:                   false // factory: false
         };
          
-               this.symbols = new JSDOC.SymbolSet();
+               this.symbols = new  SymbolSet();
                //this.walker = new JSDOC.Walker();
         //JSDOC.Parser.filesSymbols = {};
        },
                //this.walker = new JSDOC.Walker();
         //JSDOC.Parser.filesSymbols = {};
        },