-
Couldn't load subscription status.
- Fork 240
@removed
nene edited this page Mar 21, 2012
·
3 revisions
Synopsis:
@removed
Some description...
@removed 2.0 Some description...
Documents a class or member that existed in some previous version but has been removed since.
The @removed tag may be optionally followed by a version number denoting since when the item is unavailable.
Example:
/**
* @member Ext
* @method reg
* Registers new xtype.
* @removed 4.0 Use the new `alias:` config of class system instead.
*/For still functioning classes/members see: @deprecated