* '<deprecatedMember>' is deprecated and shouldn't be used.
* '<deprecatedMember>' is deprecated and shouldn't be used. <reasonForDeprecation>.
Unlike in other scenarios, if the member is a setter, the method name will NOT end with a `=` sign (generally used to distinguish it from the corresponding getter).
`<reasonForDeprecation>` is appended only if the deprecated member has a deprecation message (e.g. `@Deprecated("Use X instead")`).