Browse Source

Remove reference to generic types within XML comment.

Visual Studio is happy with it, but Mono isn't :(
Jon Skeet 10 years ago
parent
commit
889b88a29f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      csharp/src/Google.Protobuf/CodedOutputStream.cs

+ 2 - 2
csharp/src/Google.Protobuf/CodedOutputStream.cs

@@ -51,8 +51,8 @@ namespace Google.Protobuf
     /// this class should just call one of the <c>WriteTag</c> overloads before each value.
     /// </para>
     /// <para>
-    /// Repeated fields and map fields are not handled by this class; use <see cref="RepeatedField{T}"/>
-    /// and <see cref="MapField{TKey, TValue}"/> to serialize such fields.
+    /// Repeated fields and map fields are not handled by this class; use <c>RepeatedField&lt;T&gt;</c>
+    /// and <c>MapField&lt;TKey, TValue&gt;</c> to serialize such fields.
     /// </para>
     /// </remarks>
     public sealed partial class CodedOutputStream