Skip to content

Commit

Permalink
feat: suppress all inherited members that were not overriden in a giv…
Browse files Browse the repository at this point in the history
…en class.
  • Loading branch information
wzieba committed Jan 30, 2024
1 parent 626c529 commit c68e6ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parsely/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ android {
}

dokkaHtml.configure {
suppressInheritedMembers.set(true)
dokkaSourceSets {
named("main") {
includes.from("README.md")
Expand Down

0 comments on commit c68e6ec

Please sign in to comment.