elliots / protoc-gen-twirp_swagger

Swagger generator for twirp
Other
62 stars 15 forks source link

How to set description for the generated swagger file #17

Open renskiy opened 4 years ago

renskiy commented 4 years ago

Hi. I can set description for the method by adding gap in its comment like this:

// Foo is foo.
//
// This is description
rpc Foo (FooRequest) returns (FooResponse);

But how I can set description for the whole generated document? Or at least title?