Skip to content

Commit ae8365f

Browse files
committed
Bring back skipDeprecated
1 parent 37790b8 commit ae8365f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/src/main/kotlin/dokka-conventions.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dokka {
1919
dokkaSourceSets.configureEach {
2020
includes.from(rootDir.resolve("dokka/moduledoc.md").path)
2121
reportUndocumented = true
22+
skipDeprecated = true
2223

2324
perPackageOption {
2425
matchingRegex = ".*\\.internal(\\..*)?"

0 commit comments

Comments
 (0)