forked from loafle/openapi-generator-original
Adding in the mustache template of the description value in @Operation annotation.
This commit is contained in:
parent
2e0dc573b3
commit
5128e88f5f
@ -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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user