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:
benkarrer-lab 2025-10-03 03:57:32 +02:00 committed by GitHub
parent 1c082c7287
commit 602549cb36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.