Protobuf documentation doesn't have a conventional format. The comments from .proto files are often dumped into the target languages "as-is". This leads to generated doc (such as Javadoc, DartDoc, etc.) not being very pretty.
We should build a tool for documentation generation for Protobuf on top of ProtoData.
Protobuf documentation doesn't have a conventional format. The comments from
.protofiles are often dumped into the target languages "as-is". This leads to generated doc (such as Javadoc, DartDoc, etc.) not being very pretty.We should build a tool for documentation generation for Protobuf on top of ProtoData.