Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
doc - Added name generator class doc
Browse files Browse the repository at this point in the history
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
  • Loading branch information
AptiviCEO committed Oct 14, 2023
1 parent 7db5b06 commit 37a3453
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Namer/NameGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@

namespace Namer
{
/// <summary>
/// Name generator class
/// </summary>
public static class NameGenerator
{
internal static string[] Names = Array.Empty<string>();
Expand Down

0 comments on commit 37a3453

Please sign in to comment.