Commit abcde243 authored by Jan Tattermusch's avatar Jan Tattermusch

Fixed comment for csharp_umbrella_namespace (nest_classes has been removed)

parent 2c2f76c5
...@@ -356,8 +356,7 @@ message FileOptions { ...@@ -356,8 +356,7 @@ message FileOptions {
// A nested namespace for the umbrella class. Helpful for name collisions caused by // A nested namespace for the umbrella class. Helpful for name collisions caused by
// umbrella_classname conflicting with an existing type. This will be automatically // umbrella_classname conflicting with an existing type. This will be automatically
// set to 'Proto' if a collision is detected with types being generated. This value // set to 'Proto' if a collision is detected with types being generated.
// is ignored when nest_classes == true
optional string csharp_umbrella_namespace = 38; optional string csharp_umbrella_namespace = 38;
// The parser stores options it doesn't recognize here. See above. // The parser stores options it doesn't recognize here. See above.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment