Skip to content
Rene Saarsoo edited this page Sep 27, 2013 · 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.
 */