Skip to content

Commit 77a7c79

Browse files
committed
fix kdocs feature option
1 parent 64108df commit 77a7c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ktor-docs-plugin-gradle/src/main/kotlin/io.github.tabilzad/ktor/KtorMetaPlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ open class KtorMetaPlugin : KotlinCompilerPluginSupportPlugin {
9696
value = swaggerExtension.documentation.servers.joinToString("||")
9797
),
9898
SubpluginOption(
99-
key = "useKdocs",
99+
key = "useKDocs",
100100
value = swaggerExtension.documentation.useKDocsForDescriptions.toString()
101101
),
102102
SubpluginOption(

0 commit comments

Comments
 (0)