@deprecated
documentjs.tags.deprecated
Marks a comment as deprecated.
@deprecated {VERSION} DESCRIPTION
Specifies a deprecation warning for a particular version. Multiple
@deprecated
tags can be used on a single comment.
This warnings add to the deprecated tag on docObjects.
Parameters
-
VERSION
{STRING}
The version the deprecation occured within.
-
DESCRIPTION
{STRING}
Text describing the deprecation.
Use