Skip to content
New issue

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

Deprecated Objective-C methods not being marked as Deprecated #963

Open
louwers opened this issue Jun 22, 2024 · 0 comments
Open

Deprecated Objective-C methods not being marked as Deprecated #963

louwers opened this issue Jun 22, 2024 · 0 comments
Labels
enhancement Improvements or enhancements to existing functionality

Comments

@louwers
Copy link

louwers commented Jun 22, 2024

Feature Name

Interpret Objective-C Deprecated Attribute

Description

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.

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.

@louwers louwers added the enhancement Improvements or enhancements to existing functionality label Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements or enhancements to existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant