mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Improve reference xmldoc
This commit is contained in:
@ -49,7 +49,7 @@ namespace osu.Game.Online.Chat
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The links found in this message.
|
/// The links found in this message.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>The links' positions are according to <see cref="DisplayContent"/></remarks>
|
/// <remarks>The <see cref="Link"/>s' <see cref="Link.Index"/> and <see cref="Link.Length"/>s are according to <see cref="DisplayContent"/></remarks>
|
||||||
public List<Link> Links;
|
public List<Link> Links;
|
||||||
|
|
||||||
public Message(long? id)
|
public Message(long? id)
|
||||||
|
Reference in New Issue
Block a user