We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a551c commit 07af478Copy full SHA for 07af478
buildSrc/src/main/kotlin/dokka-customization.gradle.kts
@@ -15,7 +15,6 @@ tasks.register("trimNavigations") {
15
dokkaOutputDir.listFiles { file ->
16
file.isDirectory && file.resolve("navigation.html").exists()
17
}?.forEach { moduleDir ->
18
- println("trimming navigation for module ${moduleDir.name}")
19
val moduleName = moduleDir.name
20
21
val navFile = File(moduleDir, "navigation.html")
0 commit comments