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

@@ -58,10 +58,10 @@ namespace DiscImageChef.DiscImages
#endregion
#region Internal Structures
[StructLayout(LayoutKind.Sequential, Pack = 1)]
/// <summary>
/// Parallels disk image header, little-endian
/// </summary>
[StructLayout(LayoutKind.Sequential, Pack = 1)]
struct ParallelsHeader
{
/// <summary>