-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Labels
Milestone
Description
The @deprecated tag is used to indicate which Structural Elements are deprecated and are to be removed in a future version.
Syntax
@deprecated [<Semantic Version>] [<description>]
But we are using the syntax like @deprecated since v2.6.0, use ... instead
This has to be fixed to @deprecated v2.6.0 use ... instead