Skip to content

Commit

Permalink
grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-enko committed Nov 26, 2024
1 parent 302ae58 commit bb77c17
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bb77c17

Please sign in to comment.