Commit e8a4798 1 parent 991824f commit e8a4798 Copy full SHA for e8a4798
File tree 1 file changed +8
-17
lines changed
Sources/Version-Control/Services/API/GitHub/Interfaces/Repo
1 file changed +8
-17
lines changed Original file line number Diff line number Diff line change @@ -11,25 +11,16 @@ public struct IAPIMentionableResponse: Codable {
11
11
}
12
12
13
13
public struct IAPIMentionableUser : Codable {
14
- /**
15
- * The username or "handle" of the user
16
- */
14
+ /// The username or "handle" of the user
17
15
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.
24
19
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
30
23
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
34
25
public let avatar_url : String
35
26
}
You can’t perform that action at this time.
0 commit comments