...
Flagging Code As Deprecated
Issue Tracking
Ensure you have:
- Created a ticket in the community bug tracker that explains why the code is being deprecated and is flagged as issue type "Deprecated".
- Added the ticket subject and number to your commit log; eg. FC-123: this code has been deprecated blah, blah
- Resolve/Close ticket and assigned to the correct Fix Version
Good work!
Inline Code
As a core developer you can flag deprecated code by including this following snippet:
...