JSDOC/Walker2.js
[gnome.introspection-doc-generator] / JSDOC / Identifier.js
index f819b92..7cc82bd 100644 (file)
@@ -9,6 +9,7 @@
 
 
 function Identifier(name, scope) {
+   // print("NEW IDENT: " + name);
     this.name = name;
     this.scope = scope;
     this.identifiers = {};