JSDOC/Walker2.js
[gnome.introspection-doc-generator] / JSDOC / Walker2.js
index d32a1b0..9500704 100644 (file)
@@ -790,10 +790,11 @@ Walker2 = XObject.define(
                 }
                 s.push(lastIdent);
                 
-                print("FULLSCOPE: " + JSON.stringify(s));
+                //print("FULLSCOPE: " + JSON.stringify(s));
                 
                 
                 var s = s.join('|').split('|');
+                print("FULLSCOPE: " + s);
                //print("Walker:ADDSymbol: " + s.join('|') );
                 var _t = '';
                  _s = '';
@@ -817,7 +818,7 @@ Walker2 = XObject.define(
                     _s += _s.length ? '.' : '';
                     _s += s[i];
                 }
-                    
+                print("FULLSCOPE: s , t : " + _s +', ' + _t);
                 
                 /// calc scope!!
                 //print("ADDING SYMBOL: "+ s.join('|') +"\n"+ _s + "\n" +Script.prettyDump(this.currentDoc.toSource()));