protoc-gen-doc
protoc-gen-doc copied to clipboard
Show maps natively
When I use a map<string, string> in a proto file, I'd like to have that end up showing as a map<string, string> rather than a repeated FieldNameEntry and then generate a separate section for that entry with key and value properties. Is there a way to do that with the current code?