diff options
author | Sarah Haggarty <81160244+sarahhaggarty@users.noreply.github.com> | 2023-01-19 17:34:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-19 17:34:28 +0100 |
commit | 1dcb0f88bbe78a10c2de8b97ebf797e7af8b90e0 (patch) | |
tree | fad47efeadff4375d64f79eac36482d262b19287 /runners/gradle-plugin | |
parent | 4121336ce35ae2502ace12b5b7469fd3dbc5a4ad (diff) | |
download | dokka-1dcb0f88bbe78a10c2de8b97ebf797e7af8b90e0.tar.gz dokka-1dcb0f88bbe78a10c2de8b97ebf797e7af8b90e0.tar.bz2 dokka-1dcb0f88bbe78a10c2de8b97ebf797e7af8b90e0.zip |
Add module and package documentation content (#2819)
Co-authored-by: Sarah Haggarty <sarahhaggarty@users.noreply.github.com>
Diffstat (limited to 'runners/gradle-plugin')
2 files changed, 2 insertions, 2 deletions
diff --git a/runners/gradle-plugin/src/main/kotlin/org/jetbrains/dokka/gradle/DokkaMultiModuleTask.kt b/runners/gradle-plugin/src/main/kotlin/org/jetbrains/dokka/gradle/DokkaMultiModuleTask.kt index c930bc50..2fd452a5 100644 --- a/runners/gradle-plugin/src/main/kotlin/org/jetbrains/dokka/gradle/DokkaMultiModuleTask.kt +++ b/runners/gradle-plugin/src/main/kotlin/org/jetbrains/dokka/gradle/DokkaMultiModuleTask.kt @@ -19,7 +19,7 @@ abstract class DokkaMultiModuleTask : AbstractDokkaParentTask() { /** * List of Markdown files that contain - * [module and package documentation](https://kotlinlang.org/docs/reference/kotlin-doc.html#module-and-package-documentation). + * [module and package documentation](https://kotlinlang.org/docs/reference/dokka-module-and-package-docs.html). * * Contents of specified files will be parsed and embedded into documentation as module and package descriptions. * diff --git a/runners/gradle-plugin/src/main/kotlin/org/jetbrains/dokka/gradle/GradleDokkaSourceSetBuilder.kt b/runners/gradle-plugin/src/main/kotlin/org/jetbrains/dokka/gradle/GradleDokkaSourceSetBuilder.kt index 6390336a..1802a737 100644 --- a/runners/gradle-plugin/src/main/kotlin/org/jetbrains/dokka/gradle/GradleDokkaSourceSetBuilder.kt +++ b/runners/gradle-plugin/src/main/kotlin/org/jetbrains/dokka/gradle/GradleDokkaSourceSetBuilder.kt @@ -68,7 +68,7 @@ open class GradleDokkaSourceSetBuilder( /** * List of Markdown files that contain - * [module and package documentation](https://kotlinlang.org/docs/reference/kotlin-doc.html#module-and-package-documentation). + * [module and package documentation](https://kotlinlang.org/docs/reference/dokka-module-and-package-docs.html). * * Contents of specified files will be parsed and embedded into documentation as module and package descriptions. * |