We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64108df commit 77a7c79Copy full SHA for 77a7c79
ktor-docs-plugin-gradle/src/main/kotlin/io.github.tabilzad/ktor/KtorMetaPlugin.kt
@@ -96,7 +96,7 @@ open class KtorMetaPlugin : KotlinCompilerPluginSupportPlugin {
96
value = swaggerExtension.documentation.servers.joinToString("||")
97
),
98
SubpluginOption(
99
- key = "useKdocs",
+ key = "useKDocs",
100
value = swaggerExtension.documentation.useKDocsForDescriptions.toString()
101
102
0 commit comments