REFACTOR: XML comment is not placed on a valid language element.

This commit is contained in:
2017-12-21 16:35:49 +00:00
parent b67a0b3500
commit f02e8f3cca
5 changed files with 13 additions and 16 deletions

View File

@@ -329,11 +329,10 @@ namespace DiscImageChef.Filesystems.CPM
/// File 1 create/access timestamp
/// </summary>
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 4)] public byte[] date1;
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 4)]
/// <summary>
/// File 1 modification timestamp
/// </summary>
public byte[] date2;
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 4)] public byte[] date2;
/// <summary>
/// File 1 password mode
/// </summary>