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

Backport "fix(#19377): show inherited abstract members in dedicated section" to LTS #20881

Merged
merged 1 commit into from
Jul 1, 2024

Commits on Jun 30, 2024

  1. fix(#19377): show inherited abstract members in dedicated section

    Before this commit, inherited abstract members are displayed in
    "Inherited members" section, which made it a bit difficult for
    developers to figure out which method to be implemented.
    
    I think there are two solution for the issue.
    
    1. display `abstract` modifier for methods in inherited section
    2. add a new dedicated section for inherited abstract members
    
    I choose the 2nd solution because
    
    - it is easier for developers to find methods to be implemented in a dedicated section rather than to look
      up abstract ones from all the inherited members
    - it requires smaller modification to scaladoc codebase
    
    [Cherry-picked c823781]
    i10416 authored and WojciechMazur committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    5cb8264 View commit details
    Browse the repository at this point in the history