Skip to content

Commit

Permalink
Remove fileLayout config, does not seem necessary anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Dec 11, 2024
1 parent f49cc50 commit 30becbb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,6 @@ dokka {
rootProject.file("docs/dokka-presets/README.md"),
)
}

// // Output subprojects' docs to <docs-base>/project-name/* instead of <docs-base>/path/to/project-name/*
// // This is especially important for inter-repo linking (e.g., via externalDocumentationLink) because the
// // package-list doesn't contain enough project path information to indicate where modules' documentation are
// // located.
// fileLayout.set { parent, child ->
// parent.outputDirectory.dir(child.moduleName)
// }
}

dependencies {
Expand Down

0 comments on commit 30becbb

Please sign in to comment.