shiyilei / protobuf-c

Automatically exported from code.google.com/p/protobuf-c
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Remove all C++ style comments from generated code #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run protoc-c on any valid proto file

What is the expected output? What do you see instead?
I expect no C++ style comments. (i.e., no comments beginning with "//")

What version of the product are you using? On what operating system?
0.2

Please provide any additional information below.
The C++ style comments are being generated at the first and last lines of
every generated .h file, and the first line of every generated .c file.

Original issue reported on code.google.com by AdamJMo...@gmail.com on 27 Aug 2008 at 5:04

GoogleCodeExporter commented 8 years ago
This is fixed in subversion and will be released in version 0.3

Original comment by lahike...@gmail.com on 28 Aug 2008 at 6:09

GoogleCodeExporter commented 8 years ago

Original comment by lahike...@gmail.com on 28 Aug 2008 at 6:10