Add XML comments to public entities.

This commit is contained in:
2021-08-17 14:40:37 +01:00
parent 138c6c1f45
commit 8e58e082af

View File

@@ -40,10 +40,12 @@ using System;
namespace Aaru.Helpers
{
/// <inheritdoc />
/// <summary>Defines properties to help marshalling structs from binary data</summary>
[AttributeUsage(AttributeTargets.Struct)]
public sealed class MarshallingPropertiesAttribute : Attribute
{
/// <inheritdoc />
/// <summary>Defines properties to help marshalling structs from binary data</summary>
/// <param name="endian">Defines properties to help marshalling structs from binary data</param>
public MarshallingPropertiesAttribute(BitEndian endian)