Skip to content

Commit

Permalink
[NRBF] Fix XML docs (dotnet#105632)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsitnik authored Jul 30, 2024
1 parent ec5afb7 commit ed08356
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ internal SerializationRecord() // others can't derive from this type
/// </summary>
/// <remarks>
/// <para>This method ignores assembly names.</para>
/// <para>This method does NOT take into account member names or their genericTypes.</para>
/// <para>This method does NOT take into account member names or their generic types.</para>
/// </remarks>
/// <param name="type">The type to compare against.</param>
/// <returns><see langword="true" /> if the serialized type name match provided type; otherwise, <see langword="false" />.</returns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ namespace System.Formats.Nrbf;
/// <summary>
/// Record type.
/// </summary>
/// <remarks>
/// <para>
/// The enumeration does not contain all values supported by the <see href="https://learn.microsoft.com/openspecs/windows_protocols/ms-nrbf/954a0657-b901-4813-9398-4ec732fe8b32">
/// [MS-NRBF] 2.1.2.1</see>, but only those supported by the <see cref="NrbfDecoder"/>.
/// </para>
/// </remarks>
public enum SerializationRecordType
{
/// <summary>
Expand Down

0 comments on commit ed08356

Please sign in to comment.