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 AmiiboSeries: KeyNameModel {
// MARK: Properties
/// An amiibo series key.
/// The hexadecimal key that uniquely identifies this amiibo series.
public let key: String
/// An amiibo series name.
/// The name of this amiibo series.
public let name: String
// MARK: Initializers