1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:07:25 +08:00

Use xmldoc-specific syntax for nicer formatting

This commit is contained in:
Bartłomiej Dach 2021-06-17 15:26:50 +02:00
parent 246ab41cc6
commit 561dbea9e1

View File

@ -515,12 +515,14 @@ namespace osu.Game.Screens.Play
/// Attempts to complete a user request to exit gameplay.
/// </summary>
/// <remarks>
/// - This should only be called in response to a user interaction. Exiting is not guaranteed.
/// - This will interrupt any pending progression to the results screen, even if the transition has begun.
/// <list type="bullet">
/// <item>This should only be called in response to a user interaction. Exiting is not guaranteed.</item>
/// <item>This will interrupt any pending progression to the results screen, even if the transition has begun.</item>
/// </list>
/// </remarks>
/// <param name="showDialogFirst">
/// Whether the pause or fail dialog should be shown before performing an exit.
/// If <c>true</c> and a dialog is not yet displayed, the exit will be blocked the relevant dialog will display instead.
/// If <see langword="true"/> and a dialog is not yet displayed, the exit will be blocked the relevant dialog will display instead.
/// </param>
protected void PerformExit(bool showDialogFirst)
{