Add XML comments to public entities.

This commit is contained in:
2021-08-17 13:56:05 +01:00
parent d7db55d5f2
commit 138c6c1f45
9 changed files with 78 additions and 0 deletions

View File

@@ -35,6 +35,9 @@ using Aaru.Console;
namespace Aaru.Helpers
{
/// <summary>
/// Helper operations to get hexadecimal representations of byte arrays
/// </summary>
public static class PrintHex
{
/// <summary>Prints a byte array as hexadecimal values to the console</summary>