-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]
- Loading branch information
1 parent
9cee52b
commit 184622a
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters