Fix some comments.

This commit is contained in:
2020-03-11 22:31:09 +00:00
parent 377ad38ea7
commit 0bfead47a4
32 changed files with 443 additions and 178 deletions

View File

@@ -38,10 +38,15 @@ using Aaru.CommonTypes.Structs.Devices.SCSI;
namespace Aaru.Decoders.SCSI
{
/// <summary>
/// Information from the following standards: T9/375-D revision 10l T10/995-D revision 10 T10/1236-D revision 20
/// T10/1416-D revision 23 T10/1731-D revision 16 T10/502 revision 05 RFC 7144 ECMA-111
/// </summary>
// Information from the following standards:
// T9/375-D revision 10l
// T10/995-D revision 10
// T10/1236-D revision 20
// T10/1416-D revision 23
// T10/1731-D revision 16
// T10/502 revision 05
// RFC 7144
// ECMA-111
[SuppressMessage("ReSharper", "InconsistentNaming"), SuppressMessage("ReSharper", "MemberCanBeInternal"),
SuppressMessage("ReSharper", "MemberCanBePrivate.Global")]
public static class Inquiry