pseudomuto / protoc-gen-doc

Documentation generator plugin for Google Protocol Buffers
MIT License
2.64k stars 464 forks source link

doc_opt command not working #353

Open bogomazov opened 6 years ago

bogomazov commented 6 years ago
screen shot 2018-03-30 at 2 57 49 pm

Ran it inside pseudomuto/protoc-gen-doc cointainer.

Let me know if there anything else you need from my side. Thank you.

pseudomuto commented 6 years ago

If you run this (from the checkout directory) do you get the same issue?

docker run --rm \
  -v $(pwd)/examples/doc:/out \
  -v $(pwd)/examples/proto:/protos \
  pseudomuto/protoc-gen-doc --doc_opt=markdown,docs.md