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

feat(deprecated): generate language specific deprecation markup #156

Merged

Commits on Nov 2, 2023

  1. feat(deprecated): generate language specific deprecation markup from @…

    …deprecated text in comments
    
    If @deprecated is present in a comment, a deprecation marker will be generated.
    
    @deprecated is expected to be at the start of a line, any text following it on the same line is added as the ‘message’ text where supported
    
    This applies to records/attributes/constants, interfaces/methods/constants, enums/values, flags/values
    
    Supports C++, Java and ObjC generators
    eakoli committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    64cf608 View commit details
    Browse the repository at this point in the history