Open vishwarajanand opened 1 year ago
It looks like the code generator is attempting to put an asterisk at the beginning of every line: https://github.com/protocolbuffers/protobuf/blob/758f5cbe19911f313c4185fc5b7a3522f1d6836a/src/google/protobuf/compiler/php/php_generator.cc#L1619-L1627
But for some reason this isn't working. We'd be happy to accept a contribution to fix this.
Language: PHP
What did you do? Steps to reproduce the behavior:
Dataform/src/V1beta1/Client/DataformClient.php
setIamPolicy
and see the code block over the method, it has missing asterisk sign in comments.What did you expect to see All comments start with asterisk.
What did you see instead? ref