From: Alan Knowles Date: Tue, 20 Jul 2010 22:48:13 +0000 (+0800) Subject: JSDOC/Symbol.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=60c924cc00df2e0e5e32985be3fa2b0b4b6b512f JSDOC/Symbol.js --- diff --git a/JSDOC/Symbol.js b/JSDOC/Symbol.js index 991e35b..f5e97c6 100644 --- a/JSDOC/Symbol.js +++ b/JSDOC/Symbol.js @@ -116,44 +116,22 @@ Symbol = XObject.define( init : function() { - this.name = ""; - this.defaultValue = ""; + // only initialize arrays / objects.. this.params = []; this.$args = []; - this.addOn = ""; - this.alias = ""; - this.augments = []; - this.author = ""; - this.classDesc = ""; this.comment = { isUserComment: false }; - //this.defaultValue = null; - this.deprecated = ""; - this.desc = ""; this.events = []; - this.example = ""; this.exceptions = []; this.inherits = []; this.inheritsFrom = []; this.isa = "OBJECT"; // OBJECT//FUNCTION - this.isEvent = false; - this.isConstant = false; - this.isIgnored = false; - this.isInner = false; - this.isNamespace = false; - this.isPrivate = false; - this.isStatic = false; - this.memberOf = ""; this.methods = []; - this._name = ""; this._params = []; this.properties = []; this.requires = []; this.returns = []; this.see = []; - this.since = ""; this.srcFile = {}; - this.type = ""; - this.version = ""; this.childClasses = []; this.cfgs = {};