Open NHDaly opened 2 years ago
We should ideally copy all the comments from the original .proto file into the new generated _pb.jl file by reading the comments fields off of the SourceCodeInfo proto.
.proto
_pb.jl
SourceCodeInfo
An example that does this in Go can be found here (under the MIT license): https://github.com/pseudomuto/protokit/blob/7037620/comments.go
This issue is extracted from https://github.com/JuliaIO/ProtoBuf.jl/pull/128, which was never merged, and is obsolete after the 1.0.0 rewrite.
We should ideally copy all the comments from the original
.proto
file into the new generated_pb.jl
file by reading the comments fields off of theSourceCodeInfo
proto.An example that does this in Go can be found here (under the MIT license): https://github.com/pseudomuto/protokit/blob/7037620/comments.go
This issue is extracted from https://github.com/JuliaIO/ProtoBuf.jl/pull/128, which was never merged, and is obsolete after the 1.0.0 rewrite.