swaggo / swag

Automatically generate RESTful API documentation with Swagger 2.0 for Go.
MIT License
10.46k stars 1.19k forks source link

Added multiline support for @description attribute for securityDefinitions #1786

Closed Ponywka closed 4 months ago

Ponywka commented 5 months ago

Describe the PR Added multiline support for @description attribute for securityDefinitions

Relation issue

**Additional context**
ubogdan commented 4 months ago

please rebase and add some unit tests to cover this change.

Ponywka commented 4 months ago

please rebase and add some unit tests to cover this change.

Rebased!

ubogdan commented 4 months ago

@Ponywka Thanks for your contribution!