Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Dec 6, 2023
1 parent 7ef8316 commit 819d573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dokkaHtml {
outputDirectory = new File(buildDir, "/dokka/customHtml")
failOnWarning = false
dokkaSourceSets {
// create a new source set
customSourceSet {
sourceRoot(file("src/custom/java"))
sourceRoot(file("src/custom/kotlin"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ fun createTask(name: String) {
tasks.register(name, org.jetbrains.dokka.gradle.DokkaTask::class) {
dokkaSourceSets {
moduleName.set("Some example")
// create a new source set
register("kotlin-stdlib-common") {
sourceRoots.from("src/common/java")
sourceRoots.from("src/common/kotlin")
Expand Down

0 comments on commit 819d573

Please sign in to comment.