mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
add return xmldoc in markdown unordered list
This commit is contained in:
@ -32,7 +32,7 @@ namespace osu.Game.Graphics.Containers.Markdown
|
|||||||
/// Get text marker based on <paramref name="level"/>
|
/// Get text marker based on <paramref name="level"/>
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="level">The markdown level of current list item.</param>
|
/// <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)
|
protected virtual string GetTextMarker(int level)
|
||||||
{
|
{
|
||||||
switch (level)
|
switch (level)
|
||||||
|
Reference in New Issue
Block a user