On Thu, Aug 25, 2016 at 6:03 AM, Krzysztof Kurnicki < [email protected]> wrote:
> Again question about comments. > The format of comments in .proto is not defined in language references: > https://developers.google.com/protocol-buffers/docs/reference/proto2-spec > https://developers.google.com/protocol-buffers/docs/reference/proto3-spec > > Style section recommends usage of C++ style comments. > On the other hand C style comments seem to work. > > Can it be assumed that both C++ and C style comments are and will be > supported? > Yes, both C++ and C style comments are supported, but just as the style guide recommends, it's recommended to use C++ style comments. > > -- > You received this message because you are subscribed to the Google Groups > "Protocol Buffers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/protobuf. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
