Skip to content

Commit

Permalink
docs: generate documentation for non-public symbols (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorhugods committed Jun 27, 2022
1 parent 50b2ffc commit 37152da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle/dokka.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ subprojects {
dokkaSourceSets {
configureEach {
includes.from(rootProject.file('dokka/moduledoc.md').path)
includeNonPublic.set(true)
}
}
}
Expand Down

0 comments on commit 37152da

Please sign in to comment.