You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually member doc-comments follow class doc-comment in which case the membership is auto-detected, but when that's not the case the @member tag comes in handy to explicitly say where a member belongs. See @class documentation for more details and examples.
Example:
/** * @member Ext.Window * Makes the window visible. */functionshow(){}