salesforce / grpc-java-contrib

Useful extensions for the grpc-java library
BSD 3-Clause "New" or "Revised" License
218 stars 33 forks source link

Protobuf documentation generator #37

Open rmichela opened 6 years ago

rmichela commented 6 years ago

Raw proto files aren't the easiest to read.

Protoc-gen-doc looks like a great project for generating this documentation. It would be great if Protoc-gen-doc were integrated with Maven as a protobuf generator plugin.

liqweed commented 6 years ago

Would https://github.com/pseudomuto/protoc-gen-doc be a good start?

rmichela commented 6 years ago

Protoc-gen-doc looks fantastic and has come a long way since I last saw it.

It would be awesome if protoc-gen-doc were mavenized so it can easily work with the protobuf-maven-plugin. I've updated the issue description.