mirror of
https://github.com/ppy/osu
synced 2024-12-11 09:27:08 +00:00
add return xmldoc in markdown unordered list
This commit is contained in:
parent
79a1d7b2b3
commit
64e9c5e9ba
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user