pseudomuto / protoc-gen-doc

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

Correct Proto Doc #411

Closed jakesylvestre closed 2 years ago

jakesylvestre commented 4 years ago

Docs assume --proto-path option is specified, relative path is required when it's not

/protos/health.proto: File does not reside within any path specified using --proto_path (or -I).  You must specify a --proto_path which encompasses this file.  Note that the proto_path must be an exact prefix of the .proto file names -- protoc is too dumb to figure out when two paths (e.g. absolute and relative) are equivalent (it's harder than you think).
pseudomuto commented 2 years ago

Addressed in #379