pseudomuto / protoc-gen-doc

Documentation generator plugin for Google Protocol Buffers
MIT License
2.62k stars 462 forks source link

Fails on v3.6.0 new option "ruby_package" #367

Closed jcppkkk closed 6 years ago

jcppkkk commented 6 years ago

This new option ruby_package starts on https://github.com/google/protobuf/releases/tag/v3.6.0

e.g. This will fail the generation

option ruby_package = "My.ProtoBuf.Message";