mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-10-13 16:03:43 +00:00
php: render tag description in Api docs (api_doc.mustache) via operationTagDescription (#14395) (#22064)
Co-authored-by: benkarrer-lab <benkarrer-lab@users.noreply.github.com>
This commit is contained in:
parent
1c082c7287
commit
602549cb36
@ -1,6 +1,6 @@
|
||||
# {{invokerPackage}}\{{classname}}{{#description}}
|
||||
# {{invokerPackage}}\{{classname}}{{#operationTagDescription}}
|
||||
|
||||
{{.}}{{/description}}
|
||||
{{operationTagDescription}}{{/operationTagDescription}}
|
||||
|
||||
All URIs are relative to {{basePath}}, except if the operation defines another base path.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user