linx-simulator2/node_modules/protobufjs/tests/comments.proto

10 lines
165 B
Protocol Buffer
Raw Normal View History

2019-09-18 08:11:16 +00:00
// single line comment
/**
* Naranjas.
*/
message TestC { // one more
required /***** uncommon block ****/int32 a = 1; // another more
}
// the end.