More code cleanups.

This commit is contained in:
2022-03-18 01:32:22 +00:00
parent f0fa4d4320
commit 1927868706
22 changed files with 240 additions and 185 deletions

View File

@@ -31,6 +31,9 @@ namespace Aaru.Compression;
using System.Runtime.InteropServices;
// ReSharper disable once InconsistentNaming
/// <summary>
/// Implements the LZFSE compression algorithm
/// </summary>
public class LZFSE
{
/// <summary>Set to <c>true</c> if this algorithm is supported, <c>false</c> otherwise.</summary>