More documentation inheritance.

This commit is contained in:
2021-08-17 16:12:23 +01:00
parent c1f291814c
commit dbf3a01f43
3 changed files with 3 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ using Aaru.Helpers;
namespace Aaru.Checksums
{
/// <inheritdoc />
/// <summary>Implements a CRC16 algorithm</summary>
public class Crc16Context : IChecksum
{