Skip to content

Compiling documentation for protos from nested directories #471

Open
@jbingham94

Description

@jbingham94

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions