foliant-docs / foliant

Comprehensive markdown-based documentation toolkit
https://foliant-docs.github.io/docs/
MIT License
160 stars 9 forks source link

feature request: protocol buffer documentation and diagrams #69

Open goldsam opened 1 year ago

goldsam commented 1 year ago

Could you add a preprocessor to support generating documentation and diagramming of protocol buffers?

moigagoo commented 1 year ago

Is there a tool that does it already?

goldsam commented 1 year ago

https://github.com/pseudomuto/protoc-gen-doc does the job wonderfully. It's a plug-in for the protocol buffer compiler.