X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FSymbol.js;h=ea08abb8009b01c64062940abd101117c43492ae;hb=668d5ee159a685e3db8f1a1752c2fd6e240364b5;hp=4b7a3f755eea0b13dfe5bd45d984fcd90c376428;hpb=282a1d373e892bebb13ab0925595bd057f119e79;p=gnome.introspection-doc-generator diff --git a/JSDOC/Symbol.js b/JSDOC/Symbol.js index 4b7a3f7..ea08abb 100644 --- a/JSDOC/Symbol.js +++ b/JSDOC/Symbol.js @@ -36,7 +36,7 @@ Symbol = XObject.define( example : "", exceptions : [], // Doctag[] inherits : [], // Doctag[] - inheritsFrom : [], + //inheritsFrom : [], isa : "OBJECT", // OBJECT//FUNCTION isEvent : false, isConstant : false, @@ -128,7 +128,7 @@ Symbol = XObject.define( //this.events = []; this.exceptions = []; this.inherits = []; - this.inheritsFrom = []; + //this.inheritsFrom = []; this.isa = "OBJECT"; // OBJECT//FUNCTION this.methods = []; this._params = [];