Skip to content

Commit

Permalink
Kdoc: homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jul 23, 2024
1 parent ad2f212 commit 21bd244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ tasks.withType<org.jetbrains.dokka.gradle.DokkaTaskPartial>().configureEach {
footerMessage = "© 2021-${Year.now().value} <a href='https://github.com/simple-robot'>Simple Robot</a>. All rights reserved."
separateInheritedMembers = true
mergeImplicitExpectActualDeclarations = true
homepageLink = P.HOMEPAGE
}

if (isSimbotLocal()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tasks.named<org.jetbrains.dokka.gradle.DokkaMultiModuleTask>("dokkaHtmlMultiModu
footerMessage = "© 2021-${Year.now().value} <a href='https://github.com/simple-robot'>Simple Robot</a>. All rights reserved."
separateInheritedMembers = true
mergeImplicitExpectActualDeclarations = true
homepageLink = "https://github.com/simple-robot/simpler-robot"
homepageLink = P.HOMEPAGE
}
}

0 comments on commit 21bd244

Please sign in to comment.