JSDOC/TokenReader.js
[gnome.introspection-doc-generator] / JSDOC / Symbol.js
index 55bf159..7385547 100644 (file)
@@ -109,7 +109,9 @@ Symbol = XObject.define(
                     case 'boolean':
                         ret[i] = this[i]; continue;
                     default:
+                        
                         print("unknown type:" + typeof(this[i]));
+                        print(JSON.stringify(this));
                         Seed.quit();
                    }
             }
@@ -452,10 +454,10 @@ Symbol = XObject.define(
                 // @static
             if (this.comment.getTag("singleton").length) {
                 this.isStatic = true;
-                print('------------- got singleton ---------------' + this.isa);
-                if (this.isa == "CONSTRUCTOR") {
-                       this.isNamespace = true;
-                }
+                //print('------------- got singleton ---------------' + this.isa);
+                //if (this.isa == "CONSTRUCTOR") {
+                //     this.isNamespace = true;
+                //}
             }