JSDOC/Scope.js
[gnome.introspection-doc-generator] / JSDOC / Scope.js
index 592a532..1367bb4 100644 (file)
@@ -215,14 +215,16 @@ Scope.prototype = {
                 }
                 
                 if (this.isProtectedVar(i)) {
+                    print("SKIP PROTECTED: " + i)
                     continue; // 
                 }
                 
                 
                 
-                if (this.identifiers[i].constructor !=  Identifier) {
-                    continue;
-                }
+                //if (this.identifiers[i].constructor !=  Identifier) {
+                //    print("SKIP NOT IDENTIFIER : " + i)
+                //    continue;
+               // }
                // println("IDENT:" +i+'</BR>');
                 
                 if (!repsym.length) {