mirror of https://github.com/ppy/osu
add return xmldoc in markdown unordered list
This commit is contained in:
parent
79a1d7b2b3
commit
64e9c5e9ba
|
@ -32,7 +32,7 @@ protected override SpriteText CreateMarker() => base.CreateMarker().With(t =>
|
|||
/// 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)
|
||||
|
|
Loading…
Reference in New Issue