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 afd66e0 commit bb4f51bCopy full SHA for bb4f51b
buildSrc/src/main/kotlin/mcp.dokka.gradle.kts
@@ -10,8 +10,7 @@ dokka {
10
includes.from("Module.md")
11
12
pluginsConfiguration.html {
13
- footerMessage = "Copyright © 2025 JetBrains s.r.o."
14
- customAssets + file("icon.png")
+ footerMessage = "Copyright © 2025 the original author or authors."
15
}
16
17
sourceLink {
0 commit comments