-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
include comments in generated *.pb.go for godoc #161
Conversation
@EricBurnett could you review this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks pretty nice. (Note that it will need to be rebased on the tip of master and re-run.)
f1a0100
to
779b758
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would save me a lot of tab-hunting in my browser.
@sstriker could you merge this? |
779b758
to
d1ab13d
Compare
Ah, I see. Thanks. I updated. |
Thanks! |
It is very useful if godoc includes comments propagated from proto files.
For that, this PR uses bazel's experimental flag introduced in bazelbuild/bazel#10925
Fix #107