Improved the overall documentation for the public and internal types in the package.

This commit is contained in:
2026-03-23 00:25:38 +01:00
parent 69d7681139
commit cd01c27544
15 changed files with 62 additions and 56 deletions
@@ -17,10 +17,10 @@ public struct GameSeries: KeyNameModel {
// MARK: Properties
/// A game series key.
/// The hexadecimal key that uniquely identifies this game series.
public let key: String
/// A game series name.
/// The name of this game series.
public let name: String
// MARK: Initializers