Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Merged

Commits on Jan 28, 2024

  1. fix(scala#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
    i10416 committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    c823781 View commit details
    Browse the repository at this point in the history