pseudomuto / protoc-gen-doc

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

Support rendering the more scalar types #408

Closed mingrammer closed 4 years ago

mingrammer commented 4 years ago

Currently, scalar types for only 3 types of PL are rendered. This PR supports all 7 types of PL.

pseudomuto commented 4 years ago

Hey @mingrammer, thanks for the PR! Would you mind running make examples so that the generated examples are up to date? You'll also be able to verify your work if you open examples/doc/example.html after running that.

If it looks good, commit those changes and we'll get this merged.

mingrammer commented 4 years ago

Yap! I'll do :)

mingrammer commented 4 years ago

@pseudomuto Done :)