1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-25 03:07:34 +08:00

Improve reference xmldoc

This commit is contained in:
Dean Herbert 2018-01-17 19:44:15 +09:00
parent b27577e242
commit 5a80c49640

View File

@ -49,7 +49,7 @@ namespace osu.Game.Online.Chat
/// <summary>
/// The links found in this message.
/// </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 Message(long? id)