@deprecated tag
This tag marks the associated symbol deprecated.
Example [link]
/**
@deprecated
This function should not be used anymore.
*/
void foo();
This tag marks the associated symbol deprecated.
/**
@deprecated
This function should not be used anymore.
*/
void foo();