From: Alan Knowles Date: Mon, 22 Sep 2014 10:16:20 +0000 (+0800) Subject: JSDOC/Symbol.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=31488cbe83bc33904796c0baf644e0812147307e JSDOC/Symbol.js --- diff --git a/JSDOC/Symbol.js b/JSDOC/Symbol.js index 55bf159..c8e1d77 100644 --- a/JSDOC/Symbol.js +++ b/JSDOC/Symbol.js @@ -452,10 +452,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; + //} }