pseudomuto / protoc-gen-doc

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

Does it support multiple proto files to generate multiple document files? #451

Open diycoder opened 2 years ago

diycoder commented 2 years ago

Does it support multiple proto files to generate multiple document files?

ntindall commented 2 years ago

👀 +1 - using this OOTB results in a html file that is really difficult for the browser to actually render (because we have so many protos 🙈 )

c0dely commented 2 years ago

Checkout source_relative option that was merged as part of this https://github.com/pseudomuto/protoc-gen-doc/pull/450

You would need to arrange your proto files in separate folders for it to generate multiple doc files.