From 17934740d855ec0fe7f0098f2220b7a85a511a41 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Fri, 18 Mar 2022 01:32:22 +0000 Subject: [PATCH] More code cleanups. --- Native.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Native.cs b/Native.cs index e1cae36..3d56a9b 100644 --- a/Native.cs +++ b/Native.cs @@ -34,6 +34,9 @@ namespace Aaru.Checksums; using System.Runtime.InteropServices; +/// +/// Handles native implementations of compression algorithms +/// public static class Native { static bool _checked;