JSDOC/ScopeNamer.js
authorAlan Knowles <alan@roojs.com>
Wed, 9 Nov 2011 08:40:31 +0000 (16:40 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Nov 2011 08:40:31 +0000 (16:40 +0800)
JSDOC/ScopeNamer.js

index 850cf3f..9e1aa92 100644 (file)
@@ -349,7 +349,7 @@ ScopeNamer = XObject.define(
         addSymbol: function(symbol, comment)
         {
                      //print("PARSER addSYMBOL : " + symbol.alias);
-                    
+             this.debugCall("addSymbol : " +symbol.alias );       
             // if a symbol alias is documented more than once the last one with the user docs wins
             if (ScopeNamer.symbols.hasSymbol(symbol.alias)) {