Skip to content

Commit e8a4798

Browse files
authored
Update IAPIMentionableResponse Docs
1 parent 991824f commit e8a4798

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

Sources/Version-Control/Services/API/GitHub/Interfaces/Repo/IAPIMentionableResponse.swift

+8-17
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,16 @@ public struct IAPIMentionableResponse: Codable {
1111
}
1212

1313
public struct IAPIMentionableUser: Codable {
14-
/**
15-
* The username or "handle" of the user
16-
*/
14+
/// The username or "handle" of the user
1715
public let login: String
18-
/**
19-
* The user's real name (or at least the name that the user
20-
* has configured to be shown) or null if the user hasn't provided
21-
* a real name for their public profile.
22-
*/
23-
16+
/// The user's real name (or at least the name that the user
17+
/// has configured to be shown) or null if the user hasn't provided
18+
/// a real name for their public profile.
2419
public let name: String?
25-
/**
26-
* The user's attributable email address or null if the
27-
* user doesn't have an email address that they can be
28-
* attributed by
29-
*/
20+
/// The user's attributable email address or null if the
21+
/// user doesn't have an email address that they can be
22+
/// attributed by
3023
public let email: String
31-
/**
32-
* A url to an avatar image chosen by the user
33-
*/
24+
/// A url to an avatar image chosen by the user
3425
public let avatar_url: String
3526
}

0 commit comments

Comments
 (0)