Hi !

I have proto with enum:

enum SomeEnumName
{
   SomeEnumName_enumValue1
...
}

this value was generation to just enumValue1

also I had other enum

enum OtherEnumName
{
   enumValue1_SomeOtherWord
...
}

this value was generated to enumValue1SomeOtherWord

Looks like all "_" and enumName was reduced during generation.

That's actually nice feature and work just great for me, but I never found 
a documentation about this behavior.

Is it documented and will work the same way in future versions to come ?

Thank you very much
Nataliya Dorfman

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to