**Describe the bug** Some proto-docs tables look broken as a following figure. <img width="1144" alt="image" src="https://user-images.githubusercontent.com/29887117/163748291-8c54d4ac-4838-433c-8b86-7185e4b100a8.png"> **To Reproduce** This is related with a `protoc-gen-doc` plugin. You can see an issue in [here](https://github.com/pseudomuto/protoc-gen-doc/issues/366). It said multi-line comments for RPC did not work correctly.  This kind of comments will result in mal-formatted tables. **Suggested Solution** 1. One-line comments - Easy way to solve this problem right now 2. Wait protoc-gen-doc updates - This [PR](https://github.com/pseudomuto/protoc-gen-doc/pull/486) will fix the problem