protoc-gen-twirp_swagger icon indicating copy to clipboard operation
protoc-gen-twirp_swagger copied to clipboard

How to set description for the generated swagger file

Open renskiy opened this issue 4 years ago • 0 comments

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?

renskiy avatar Apr 23 '20 07:04 renskiy