You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sure, sounds reasonable. What should the behavior be if there are both leading and trailing comments? I'm guessing we could just append them? Would you be willing to contribute a fix for this?
grpc-gateway/protoc-gen-openapiv2/internal/genopenapi/template.go
Lines 2179 to 2191 in 0443675
The current
protoc-gen-openapiv2
only parse leading comments, no trailing.And I think trailing is better for short comments, like this:
instead of:
So how about add this feature?
The text was updated successfully, but these errors were encountered: