ctiller / protobuf-embedded-c

Automatically exported from code.google.com/p/protobuf-embedded-c
0 stars 0 forks source link

Correct generated headers #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
All headers have incorrect comment, that stems form EmbeddedCGenerator.xtend 
rows 144,150 and 157:

"Serialize a Person-message ..."

Then xtend file should instead be:

"Serialize a «m.getMessageName»-message ..."

Original issue reported on code.google.com by robert.b...@gmail.com on 18 Jan 2015 at 11:23