From: Alan Knowles Date: Tue, 20 Jul 2010 23:05:09 +0000 (+0800) Subject: JSDOC/Symbol.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=dcc2285cfecdd356312b91aca013938281e791d6 JSDOC/Symbol.js --- diff --git a/JSDOC/Symbol.js b/JSDOC/Symbol.js index 286f175..1790ad3 100644 --- a/JSDOC/Symbol.js +++ b/JSDOC/Symbol.js @@ -134,7 +134,7 @@ Symbol = XObject.define( //this.events = []; this.exceptions = []; this.inherits = []; - //this.inheritsFrom = []; + // this.isa = "OBJECT"; // OBJECT//FUNCTION this.methods = []; this._params = []; @@ -143,8 +143,12 @@ Symbol = XObject.define( this.returns = []; this.see = []; this.srcFile = {}; - this.childClasses = []; + + this.cfgs = {}; + // derived later? + this.inheritsFrom = []; + this.childClasses = []; this.comment = new DocComment(); this.comment.isUserComment = false;