pseudomuto / protoc-gen-doc

Documentation generator plugin for Google Protocol Buffers
MIT License
2.62k stars 462 forks source link

trailing comments do not generate documentation for service methods #342

Open PhilipNunn opened 6 years ago

PhilipNunn commented 6 years ago

e.g. rpc GetVersion (Empty) returns (Version) {} // some comment

pseudomuto commented 6 years ago

Hmm...without the {} this does work as expected i.e. rpc GetVersion(Empty) returns (Version); // some comment

I'll need to do some digging. Thanks for the issue!