@deprecated [<some text>]
The @deprecated tag marks a symbol in your code as being deprecated.
You can use the @deprecated tag by itself, or include some text that describes more about the deprecation.
/** * @deprecated since version 2.0 */ function old() { }
© 2011–2017 the contributors to the JSDoc 3 documentation project
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://usejsdoc.org/tags-deprecated.html