aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2015-09-30 09:58:07 +0100
committerJon Skeet <skeet@pobox.com>2015-09-30 09:58:07 +0100
commitaa7ea3b698ed0ca4ae7e9bf2b1996db00063de32 (patch)
treef0283ea0d6ad799dcf1e66e96774c4f6298905e0 /csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs
parent5ebac49f1ed26b9c71bab6b47c92542be367f278 (diff)
parent6bbbdfa24c51c9aae1c58f25c84ad9759f05eab9 (diff)
downloadprotobuf-aa7ea3b698ed0ca4ae7e9bf2b1996db00063de32.tar.gz
protobuf-aa7ea3b698ed0ca4ae7e9bf2b1996db00063de32.tar.bz2
protobuf-aa7ea3b698ed0ca4ae7e9bf2b1996db00063de32.zip
Merge pull request #834 from jskeet/docfixes
Add (some) XML documentation to generated code
Diffstat (limited to 'csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs')
-rw-r--r--csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs b/csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs
index cab771c0..257d52d8 100644
--- a/csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs
+++ b/csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs
@@ -11,10 +11,12 @@ namespace Google.Protobuf.WellKnownTypes {
namespace Proto {
+ /// <summary>Holder for reflection information generated from google/protobuf/struct.proto</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public static partial class Struct {
#region Descriptor
+ /// <summary>File descriptor for google/protobuf/struct.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
@@ -253,6 +255,7 @@ namespace Google.Protobuf.WellKnownTypes {
}
private object kind_;
+ /// <summary>Enum of possible cases for the "kind" oneof.</summary>
public enum KindOneofCase {
None = 0,
NullValue = 1,