When defining a member variable of type Array, put a Javadoc comment (/** */) on the line above the declaration, so it will appear when hovering over a reference to the member variable. Example:
/** of type SubjectData */
private var mSubjects : Array;
Add your own comment or set a trackback
Currently no comments
Add your own comment
Follow comments according to this article through a RSS 2.0 feed
No comment yet