Skip to content

Commit 6e6381e

Browse files
Oleg suggestion
Co-authored-by: Oleg Yukhnevich <[email protected]>
1 parent 7d79683 commit 6e6381e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/topics/dokka-migration.md

+4
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ due to the use of type-safe accessors in Kotlin DSL.
141141

142142
dokka {
143143
moduleName.set("Project Name")
144+
dokkaPublications.html {
145+
suppressInheritedMembers.set(true)
146+
failOnWarning.set(true)
147+
}
144148
dokkaSourceSets.main {
145149
includes.from("README.md")
146150
sourceLink {

0 commit comments

Comments
 (0)