pseudomuto / protoc-gen-doc

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

support link cross multi-file #406

Open unlockingc opened 4 years ago

unlockingc commented 4 years ago

assuming I have three proto:

  1. a.proto
  2. b.proto
  3. common.proto

a and b import common.proto I want to:

  1. generate three markdown/html file separately.
  2. in a and b, the link of message type from c is correct.

Is this possible?

adibrastegarnia commented 4 years ago

Yes. that would be nice have that feature if it does not exist.

despondency commented 4 years ago

This does not work currently, but would be amazing if it is implemented. Thanks a bunch.

Abbyyan commented 3 years ago

Is there any progress on this feature? Would be amazing if it is implemented.