Skip to content

Commit 602549c

Browse files
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>
1 parent 1c082c7 commit 602549c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/openapi-generator/src/main/resources/php/api_doc.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# {{invokerPackage}}\{{classname}}{{#description}}
1+
# {{invokerPackage}}\{{classname}}{{#operationTagDescription}}
22

3-
{{.}}{{/description}}
3+
{{operationTagDescription}}{{/operationTagDescription}}
44

55
All URIs are relative to {{basePath}}, except if the operation defines another base path.
66

0 commit comments

Comments
 (0)