protoc-c/c_helpers.cc: Enhance comment string parsing
Certain protobuf comments could generate invalid C comments and inadvertently close the comment block. This commit removes '/' signs in such comments. One example of a .proto file containing such comments is a commonly included descriptor.proto from the protobuf library.
Showing
Please register or sign in to comment