Fix for issue #11779 (#11781)

Adding in the mustache template of the description value in @Operation annotation.
This commit is contained in:
pichlau 2022-03-04 16:08:40 +01:00 committed by GitHub
parent 2e0dc573b3
commit 5128e88f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,6 +132,9 @@ public interface {{classname}} {
{{#summary}}
summary = "{{{.}}}",
{{/summary}}
{{#description}}
description= "{{{.}}}",
{{/description}}
{{#vendorExtensions.x-tags.size}}
tags = { {{#vendorExtensions.x-tags}}"{{tag}}"{{^-last}}, {{/-last}}{{/vendorExtensions.x-tags}} },
{{/vendorExtensions.x-tags.size}}