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 System.Text;
namespace Aaru.Helpers
{
/// <summary>
/// Helper operations to work with strings
/// </summary>
public static class StringHandlers
{
/// <summary>Converts a null-terminated (aka C string) ASCII byte array to a C# string</summary>