Open
Description
Hi there,
Was wondering if it's possible to use this library to generate documentation for a structure where protos are nested in different directories, e.g.:
protos/
├── pets/
│ ├── Dog.proto
│ ├── Cat.proto
│ ├── Fish.proto
├── food/
│ ├── Kibble.proto
│ └── FishFood.proto
Our protos also reference each other. I tried compiling the top level directory in our repo (e.g. protos
above) and it failed, and I also tried compiling some of the sub-directories, but that also failed because it failed to understand the reference to other files in the repo. Any assistance you could provide would be most helpful.
Metadata
Metadata
Assignees
Labels
No labels