protoc-gen-twirp_swagger
protoc-gen-twirp_swagger copied to clipboard
How to set description for the generated swagger file
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?