pseudomuto / protoc-gen-doc

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

Add option to omit linking to scalars (or placing them in separate files) #469

Open tmc opened 2 years ago

tmc commented 2 years ago

For small protos the the value of including the Scalar table is a bit questionable. Adding an option to flag it's generation off would be helpful.

tmc commented 2 years ago

Even better would to only emit the scalars that are used in the proto in question.