Skip to content

Commit 858b914

Browse files
TapchicomaSpace Team
authored and
Space Team
committed
[Gradle] Add KDoc for KotlinTargetsDsl
^KT-58858 In Progress
1 parent 1026b47 commit 858b914

File tree

1 file changed

+3
-1
lines changed
  • libraries/tools/kotlin-gradle-plugin-api/src/common/kotlin/org/jetbrains/kotlin/gradle/plugin

1 file changed

+3
-1
lines changed

libraries/tools/kotlin-gradle-plugin-api/src/common/kotlin/org/jetbrains/kotlin/gradle/plugin/KotlinTargetsDsl.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
package org.jetbrains.kotlin.gradle.plugin
77

88
/**
9-
* @suppress TODO: KT-58858 add documentation
9+
* Marks a [KotlinTarget] with the `@DslMarker`.
10+
*
11+
* @see DslMarker
1012
*/
1113
@DslMarker
1214
annotation class KotlinTargetsDsl

0 commit comments

Comments
 (0)