JSDOC/Symbol.js
authorAlan Knowles <alan@akkbhome.com>
Tue, 20 Jul 2010 23:05:09 +0000 (07:05 +0800)
committerAlan Knowles <alan@akkbhome.com>
Tue, 20 Jul 2010 23:05:09 +0000 (07:05 +0800)
JSDOC/Symbol.js

index 286f175..1790ad3 100644 (file)
@@ -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;