pseudomuto / protoc-gen-doc

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

create one html file for all *.proto files #532

Open Vlvdik opened 2 months ago

Vlvdik commented 2 months ago

Hi!

Suppose I have a project with a directory for all .proto files and has roughly the following structure:

- app
-- proto
--- first
---- first.proto
--- second
---- second.proto
--- third
---- third.proto

Is it possible to create ONE generated index.html file containing the contents of all contracts?