1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 02:43:19 +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. /// Attempts to complete a user request to exit gameplay.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// - This should only be called in response to a user interaction. Exiting is not guaranteed. /// <list type="bullet">
/// - This will interrupt any pending progression to the results screen, even if the transition has begun. /// <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> /// </remarks>
/// <param name="showDialogFirst"> /// <param name="showDialogFirst">
/// Whether the pause or fail dialog should be shown before performing an exit. /// 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> /// </param>
protected void PerformExit(bool showDialogFirst) protected void PerformExit(bool showDialogFirst)
{ {