protoc-gen-doc
protoc-gen-doc copied to clipboard
graphviz dot
I wrote a mustache template for outputting a graphviz dot file for the proto. Its pretty rough, but I thought others who came by might be interested in a graphical representation of their proto, as I was. If there is interest, I can open a PR to add it. dot.txt
@bettse How do you use this?
I would be interested in something like this as well. Just recently stumbled upon protodot which is a separate output but can see value in having the graphical version included in the page similar to class representations in say cpp.