forked from senchalabs/jsduck
-
Notifications
You must be signed in to change notification settings - Fork 0
@removed
nene edited this page Mar 21, 2012
·
2 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