From bb77c17dcf9a9885d2b08211c1804ba244898919 Mon Sep 17 00:00:00 2001 From: Adam Semenenko <152864218+adam-enko@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:53:11 +0100 Subject: [PATCH] grammar fix --- .../gradle/src/test/kotlin/KotlinMultiplatformIT.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dokka-integration-tests/gradle/src/test/kotlin/KotlinMultiplatformIT.kt b/dokka-integration-tests/gradle/src/test/kotlin/KotlinMultiplatformIT.kt index ecfabe92f8..ec1441b855 100644 --- a/dokka-integration-tests/gradle/src/test/kotlin/KotlinMultiplatformIT.kt +++ b/dokka-integration-tests/gradle/src/test/kotlin/KotlinMultiplatformIT.kt @@ -27,7 +27,7 @@ import kotlin.io.path.* @TestsDGPv2 class KotlinMultiplatformIT { - @Disabled("KMP: References is not linked if they are in shared code and there is an intermediate level between them https://github.com/Kotlin/dokka/issues/3382") + @Disabled("KMP: References to shared code is not linked when there is an intermediate level https://github.com/Kotlin/dokka/issues/3382") @DokkaGradlePluginTest(sourceProjectName = "it-kotlin-multiplatform") fun `generate dokka HTML`(project: DokkaGradleProjectRunner) { project.runner @@ -71,7 +71,7 @@ class KotlinMultiplatformIT { } } - @Disabled("KMP: References is not linked if they are in shared code and there is an intermediate level between them https://github.com/Kotlin/dokka/issues/3382") + @Disabled("KMP: References to shared code is not linked when there is an intermediate level https://github.com/Kotlin/dokka/issues/3382") @DokkaGradlePluginTest(sourceProjectName = "it-kotlin-multiplatform") fun `verify generated HTML contains no class resolution errors`(project: DokkaGradleProjectRunner) { project.runner