Skip to content

Commit

Permalink
fix kdocs feature option
Browse files Browse the repository at this point in the history
  • Loading branch information
tabilzad committed Oct 2, 2024
1 parent 64108df commit 77a7c79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ open class KtorMetaPlugin : KotlinCompilerPluginSupportPlugin {
value = swaggerExtension.documentation.servers.joinToString("||")
),
SubpluginOption(
key = "useKdocs",
key = "useKDocs",
value = swaggerExtension.documentation.useKDocsForDescriptions.toString()
),
SubpluginOption(
Expand Down

0 comments on commit 77a7c79

Please sign in to comment.