We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interpret Objective-C Deprecated Attribute
For example:
+ (instancetype)cameraLookingAtCenterCoordinate:(CLLocationCoordinate2D)centerCoordinate fromDistance:(CLLocationDistance)distance pitch:(CGFloat)pitch heading:(CLLocationDirection)heading __attribute__((deprecated("Use -cameraLookingAtCenterCoordinate:acrossDistance:pitch:heading: " "or -cameraLookingAtCenterCoordinate:altitude:pitch:heading:.")));
Does not show up as deprecated in the documentation.
Right now, it seems deprecated Objective-C methods (marked with an attribute) are not marked as such in the generated documentation.
Somewhat important for Objective-C documentation.
I am not even sure how to work around this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Name
Interpret Objective-C Deprecated Attribute
Description
For example:
Does not show up as deprecated in the documentation.
Motivation
Right now, it seems deprecated Objective-C methods (marked with an attribute) are not marked as such in the generated documentation.
Importance
Somewhat important for Objective-C documentation.
Alternatives Considered
I am not even sure how to work around this.
The text was updated successfully, but these errors were encountered: