Add newline between function signature of operation and summary of operation (#4112)

* Add newline after function signature

* update Petstore

* [go] Add newline after function signature

* update petstore
This commit is contained in:
Hippolyte HENRY
2019-10-15 08:46:45 +02:00
committed by William Cheng
parent 450153d4e0
commit 3693d60840
28 changed files with 152 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ Method | HTTP request | Description
## {{{operationId}}}
> {{#returnType}}{{{returnType}}} {{/returnType}}{{{operationId}}}(ctx, {{#allParams}}{{#required}}{{paramName}}{{#hasMore}}, {{/hasMore}}{{/required}}{{/allParams}}{{#hasOptionalParams}}optional{{/hasOptionalParams}})
{{{summary}}}{{#notes}}
{{{notes}}}{{/notes}}

View File

@@ -15,6 +15,7 @@ Method | HTTP request | Description
## {{{operationId}}}
> {{#returnType}}{{{returnType}}} {{/returnType}}{{{operationId}}}(ctx, {{#allParams}}{{#required}}{{paramName}}{{#hasMore}}, {{/hasMore}}{{/required}}{{/allParams}}{{#hasOptionalParams}}optional{{/hasOptionalParams}})
{{{summary}}}{{#notes}}
{{{notes}}}{{/notes}}