protoc-gen-doc icon indicating copy to clipboard operation
protoc-gen-doc copied to clipboard

Show maps natively

Open glasser opened this issue 7 years ago • 0 comments

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?

glasser avatar Feb 09 '18 23:02 glasser