grpc-swift
grpc-swift copied to clipboard
Generated output should propagate `.proto` comment header
The Swift Protobuf code generator attempts to propagate the comments at the top of .proto file.
https://github.com/apple/swift-protobuf/blob/94b37224c3db84439f29cf6173f8fc5ea40cda8c/Sources/protoc-gen-swift/FileGenerator.swift#L71-L89
This would be very useful to propagate information such as a correct copyright header.