pseudomuto / protoc-gen-doc

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

Skip dependencies #341

Closed db80 closed 6 years ago

db80 commented 6 years ago

Hi There!

Is it possible to skip the generation of the docs for the dependencies? example:

import "google/protobuf/timestamp.proto"; //@exclude

Thanks.

pseudomuto commented 6 years ago

Hey @db80, I recently updated the parsing code and think this issue might have been solved in the process.

Would you be able to verify if this is still an issue using master?

db80 commented 6 years ago

it works like a charm 👍 Thanks.

pseudomuto commented 6 years ago

Sweet! Thanks for testing this out!