From 2212f56bcdfd5d830a18a3c4aaecb0a6ad564e54 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 29 Sep 2015 13:37:15 +0100 Subject: Added documentation to generated code. There are now summaries for: - The Types nested class (which holds nested types) - The file descriptor class for each proto - The enum generated for each oneof (Also fixed two typos.) Generated code in next commit. --- csharp/src/Google.Protobuf/CodedInputStream.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csharp/src/Google.Protobuf/CodedInputStream.cs') diff --git a/csharp/src/Google.Protobuf/CodedInputStream.cs b/csharp/src/Google.Protobuf/CodedInputStream.cs index 82c6ceab..65d0e710 100644 --- a/csharp/src/Google.Protobuf/CodedInputStream.cs +++ b/csharp/src/Google.Protobuf/CodedInputStream.cs @@ -38,7 +38,7 @@ using System.IO; namespace Google.Protobuf { /// - /// Readings and decodes protocol message fields. + /// Reads and decodes protocol message fields. /// /// /// -- cgit v1.2.3