From 7606ab26dddf32f408686d74ca7dc14f28c70cc8 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 17 Aug 2021 14:25:11 +0100 Subject: [PATCH] Add missing XML documentation inheritance. --- CRC16CCITTContext.cs | 1 + CRC16IBMContext.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/CRC16CCITTContext.cs b/CRC16CCITTContext.cs index 1e913b5..e84e62d 100644 --- a/CRC16CCITTContext.cs +++ b/CRC16CCITTContext.cs @@ -32,6 +32,7 @@ namespace Aaru.Checksums { + /// /// /// Implements the CRC16 algorithm with CCITT polynomial and seed /// diff --git a/CRC16IBMContext.cs b/CRC16IBMContext.cs index 0cc5a1a..4001ba5 100644 --- a/CRC16IBMContext.cs +++ b/CRC16IBMContext.cs @@ -32,6 +32,7 @@ namespace Aaru.Checksums { + /// /// /// Implements the CRC16 algorithm with IBM polynomial and seed ///