We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2940f6e commit a7ea01eCopy full SHA for a7ea01e
unit-picker/src/main/kotlin/cc/unitmesh/pick/builder/comment/DocumentationTypedInsBuilder.kt
@@ -8,7 +8,7 @@ import cc.unitmesh.pick.worker.job.JobContext
8
import chapi.domain.core.CodeContainer
9
10
class DocumentationTypedInsBuilder(val context: JobContext) : TypedInsBuilder {
11
- private val kotlinCommentBuilder = JvmCommentBuilder(SupportedLang.KOTLIN)
+ private val kotlinCommentBuilder = JvmCommentBuilder(SupportedLang.KOTLIN, DocCommentToolType.KOTLIN)
12
private val javaCommentBuilder = JvmCommentBuilder(SupportedLang.JAVA, DocCommentToolType.JAVA)
13
14
override fun build(container: CodeContainer): List<TypedIns> {
0 commit comments