Documentation generator plugin for Google Protocol Buffers
Documentation generator plugin for Google Protocol Buffers
protoc-gen-doc$ protoc --doc_out=html,index.html:./docs --proto_path=. myservice.proto$ protoc --doc_out=markdown,README.md:./docs --proto_path=. *.proto$ protoc --doc_out=json,schema.json:./docs --proto_path=. myservice.proto