diff --git a/MarshallingPropertiesAttribute.cs b/MarshallingPropertiesAttribute.cs index c5781e9..c148ac9 100644 --- a/MarshallingPropertiesAttribute.cs +++ b/MarshallingPropertiesAttribute.cs @@ -40,10 +40,12 @@ using System; namespace Aaru.Helpers { + /// /// Defines properties to help marshalling structs from binary data [AttributeUsage(AttributeTargets.Struct)] public sealed class MarshallingPropertiesAttribute : Attribute { + /// /// Defines properties to help marshalling structs from binary data /// Defines properties to help marshalling structs from binary data public MarshallingPropertiesAttribute(BitEndian endian)