X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FSymbol.js;h=1790ad35c7a966a46a6b4d1bdeb90c597292c8f7;hb=dcc2285cfecdd356312b91aca013938281e791d6;hp=286f17507611fcd39d5fca986c491e0781594a24;hpb=55281854a17dd1aee80726c0db9609fb5b3a826a;p=gnome.introspection-doc-generator 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;