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

@@ -46,6 +46,7 @@ using Aaru.CommonTypes.Interfaces;
namespace Aaru.Checksums
{
/// <inheritdoc />
/// <summary>Implements the SpamSum fuzzy hashing algorithm.</summary>
public sealed class SpamSumContext : IChecksum
{