On Friday, December 4, 2015 at 4:08:30 PM UTC-8, Gundapi C.A. wrote: > > Hi, > > There is a minor error in documentation. I do not find any report error > box to report the same. Any work around for the same. > Though the mistake is silly, just wanted to know the procedure for future. > BTW, > Here is the error. > > > https://developers.google.com/protocol-buffers/docs/cpptutorial > > The Protocol Buffer API > > Let's look at some of the generated code and see what classes and > functions the compiler has created for you. If you look in tutorial.pb.h, > you can see that you have a class for each message you specified in > tutorial.proto. Looking closer at the Person class, you can see that the > complier has generated accessors for each field. For example, for the name, > id, email, and phone fields, you have these methods: > > The file name is wrong. It should have been addressbook.pb.h not > tutorial.pb.h > Thanks Gundapi. Could you help create an issue on https://github.com/google/protobuf/issues? That's where we keep track of all bugs/issues for the code and also documentation.
> > Thanks, > Gundapi C.A. > > -- 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 http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
