pseudomuto / protoc-gen-doc

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

Snake case to camel case #430

Closed TomasCespedes closed 3 years ago

TomasCespedes commented 3 years ago

If my protbufs are defined as snake case (e.g. string my_value = 1), is it possible to generate them as camelCase (e.g. once generated the name would be "myValue")?