From cff900e8f9e4b8f3a8f314f0f44eab222ebb870b Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Fri, 6 Nov 2015 18:38:31 +0000 Subject: Generated code for previous commit. --- csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs') diff --git a/csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs b/csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs index b2d7783c..8f8e917d 100644 --- a/csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs +++ b/csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs @@ -55,6 +55,7 @@ namespace Google.Protobuf.WellKnownTypes { /// /// `NullValue` is a singleton enumeration to represent the null value for the /// `Value` type union. + /// /// The JSON representation for `NullValue` is JSON `null`. /// public enum NullValue { @@ -74,6 +75,7 @@ namespace Google.Protobuf.WellKnownTypes { /// scripting languages like JS a struct is represented as an /// object. The details of that representation are described together /// with the proto support for the language. + /// /// The JSON representation for `Struct` is JSON object. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -179,6 +181,7 @@ namespace Google.Protobuf.WellKnownTypes { /// null, a number, a string, a boolean, a recursive struct value, or a /// list of values. A producer of value is expected to set one of that /// variants, absence of any variant indicates an error. + /// /// The JSON representation for `Value` is JSON value. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -491,6 +494,7 @@ namespace Google.Protobuf.WellKnownTypes { /// /// `ListValue` is a wrapper around a repeated field of values. + /// /// The JSON representation for `ListValue` is JSON array. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] -- cgit v1.2.3