From 37a34535a261ce590c29d392b4b8d7830e0bd16f Mon Sep 17 00:00:00 2001 From: Aptivi CEO Date: Sat, 14 Oct 2023 14:25:13 +0300 Subject: [PATCH] doc - Added name generator class doc We've added missing doc part of the name generator class --- We've now added a missing part of the name generator class so that this library is 100% documented. --- Type: doc Breaking: False Doc Required: False Part: 1/1 --- Namer/NameGenerator.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Namer/NameGenerator.cs b/Namer/NameGenerator.cs index b2348f2..5d0c337 100644 --- a/Namer/NameGenerator.cs +++ b/Namer/NameGenerator.cs @@ -32,6 +32,9 @@ namespace Namer { + /// + /// Name generator class + /// public static class NameGenerator { internal static string[] Names = Array.Empty();