-
Notifications
You must be signed in to change notification settings - Fork 48
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
How to display help text? #30
Comments
There should be a little question mark next to your field. |
and the generated |
setLink is only used to non repeated messages. |
Or rather data-toggle="tooltip" |
Is used to get the comment, where i is the field index. |
The Comments method describes has this documentation
|
I found this in the descriptor.proto
|
Maybe the SourceCodeInfo is being passed along and letmegrpc is unable to get the comments |
That doesn't seem to be the problem. How do I run your code? |
As I've investigated, the comments before the field (in the .proto file) are read and provided to Builder.
But I don't see this appear anywhere.
There's a "setLink" in the js code, but nowhere called.
What do I miss?
The text was updated successfully, but these errors were encountered: