berezovskyi/protobuf-embedded-c

Comments format

Closed this issue · 2 comments

What steps will reproduce the problem?
1. Compiling the .c generated by protobuf-embedded-c without any additional 
compiling flag.
2.
3.

What is the expected output? What do you see instead?
It can't compile because the comments are using "// //" syntax instead of "/* 
*/". By adding a compilation flag, it can be corrected. But it is better to use 
"/* */" for every single comment.


What version of the product are you using? On what operating system?
1.0M2 and VxWorks.

Please provide any additional information below.


Original issue reported on code.google.com by Julien.P...@gmail.com on 15 Jan 2013 at 4:35

Will fix this for the following Milestone 1.0M3

Original comment by nvp...@gmail.com on 23 Jan 2013 at 8:14

  • Changed state: Accepted
  • Added labels: Milestone-1.0M3
This issue was closed by revision r58.

Original comment by nvp...@gmail.com on 23 Jan 2013 at 8:34

  • Changed state: Fixed