mirror of
https://github.com/akuker/RASCSI.git
synced 2025-08-15 08:27:34 +00:00
Comment update
This commit is contained in:
@@ -161,6 +161,7 @@ enum PbOperation {
|
|||||||
|
|
||||||
// The operation parameter meta data. The parameter data type is provided by the protobuf API.
|
// The operation parameter meta data. The parameter data type is provided by the protobuf API.
|
||||||
message PbOperationParameter {
|
message PbOperationParameter {
|
||||||
|
// The operation name at the time the protobuf data were generated from the .proto interface file
|
||||||
string name = 1;
|
string name = 1;
|
||||||
// Optional short localized description, key is the lower case locale (e.g. en, de).
|
// Optional short localized description, key is the lower case locale (e.g. en, de).
|
||||||
// Falling back to "en" is recommended if a description for a particular language is missing.
|
// Falling back to "en" is recommended if a description for a particular language is missing.
|
||||||
|
Reference in New Issue
Block a user