Skip to content

Commit d788a26

Browse files
ybelenkomichaelpro1
authored andcommitted
Show description when summary is missing (OpenAPITools#6159)
1 parent ea7f5e5 commit d788a26

File tree

1 file changed

+1
-1
lines changed
  • modules/openapi-generator/src/main/resources/markdown-documentation

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/resources/markdown-documentation/README.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All URIs are relative to *{{{basePath}}}*
88

99
Class | Method | HTTP request | Description
1010
------------ | ------------- | ------------- | -------------
11-
{{#apiInfo}}{{#apis}}{{#operations}}{{#operation}}*{{classname}}* | [**{{operationId}}**](Apis/{{apiDocPath}}{{classname}}.md#{{operationIdLowerCase}}) | **{{httpMethod}}** {{path}} | {{#summary}}{{{summary}}}{{/summary}}
11+
{{#apiInfo}}{{#apis}}{{#operations}}{{#operation}}*{{classname}}* | [**{{operationId}}**](Apis/{{apiDocPath}}{{classname}}.md#{{operationIdLowerCase}}) | **{{httpMethod}}** {{path}} | {{#summary}}{{{summary}}}{{/summary}}{{^summary}}{{{notes}}}{{/summary}}
1212
{{/operation}}{{/operations}}{{/apis}}{{/apiInfo}}
1313
{{/generateApiDocs}}
1414

0 commit comments

Comments
 (0)