pseudomuto / protoc-gen-doc

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

Generate the docs relative to the source protos #399

Open ganeshs opened 5 years ago

ganeshs commented 5 years ago

This PR adds support for generating the docs in the folder relative to the proto source path. If there are multiple directories containing proto files, adding the option --doc_out=markdown,index.md,source_relative will generate the file index.md under each of the proto directories with the documentation for the files in that directory

marcoapferegrino commented 4 years ago

I guess this commit can generate doc for proto's imports? I opened new issue because I have errors and I do not know if it is my error or is a missing feature.