1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 16:02:55 +08:00

Improve xmldoc wording

This commit is contained in:
Joseph Madamba 2024-04-22 11:17:27 -07:00
parent 2eda56ff08
commit a59bf6d373

View File

@ -62,7 +62,7 @@ namespace osu.Game.Scoring
/// Retrieve a <see cref="Score"/> from a given <see cref="IScoreInfo"/>. /// Retrieve a <see cref="Score"/> from a given <see cref="IScoreInfo"/>.
/// </summary> /// </summary>
/// <param name="scoreInfo">The <see cref="IScoreInfo"/> to convert.</param> /// <param name="scoreInfo">The <see cref="IScoreInfo"/> to convert.</param>
/// <returns>The <see cref="Score"/>. Null if the score on the database cannot be found.</returns> /// <returns>The <see cref="Score"/>. Null if the score cannot be found in the database.</returns>
/// <remarks> /// <remarks>
/// The <see cref="IScoreInfo"/> is re-retrieved from the database to ensure all the required data /// The <see cref="IScoreInfo"/> is re-retrieved from the database to ensure all the required data
/// for retrieving a replay are present (may have missing properties if it was retrieved from online data). /// for retrieving a replay are present (may have missing properties if it was retrieved from online data).
@ -201,7 +201,7 @@ namespace osu.Game.Scoring
/// Export a replay from a given <see cref="IScoreInfo"/>. /// Export a replay from a given <see cref="IScoreInfo"/>.
/// </summary> /// </summary>
/// <param name="scoreInfo">The <see cref="IScoreInfo"/> to export.</param> /// <param name="scoreInfo">The <see cref="IScoreInfo"/> to export.</param>
/// <returns>The <see cref="Task"/>. Null if the score on the database cannot be found.</returns> /// <returns>The <see cref="Task"/>. Null if the score cannot be found in the database.</returns>
/// <remarks> /// <remarks>
/// The <see cref="IScoreInfo"/> is re-retrieved from the database to ensure all the required data /// The <see cref="IScoreInfo"/> is re-retrieved from the database to ensure all the required data
/// for exporting a replay are present (may have missing properties if it was retrieved from online data). /// for exporting a replay are present (may have missing properties if it was retrieved from online data).