#summary The @deprecated tag == Usage == @deprecated [_version and reasons_] == Description == Indicate that a function/file/class/etc is deprecated. Can appear in any Comment Type Tag. Optionally it is possible to provide version since it was deprecated and reasons for deprecation. == Example == {{{ /** * @function applyAsbestos * @deprecated 1.9.87 because of health concerns */ }}} == Details == || Since || v1.0 ||