add return xmldoc in markdown unordered list

This commit is contained in:
Gagah Pangeran Rosfatiputra
2021-05-07 14:41:27 +07:00
parent 79a1d7b2b3
commit 64e9c5e9ba

View File

@ -32,7 +32,7 @@ namespace osu.Game.Graphics.Containers.Markdown
/// Get text marker based on <paramref name="level"/>
/// </summary>
/// <param name="level">The markdown level of current list item.</param>
/// <returns></returns>
/// <returns>The marker string of this list item</returns>
protected virtual string GetTextMarker(int level)
{
switch (level)