review modifications: change xmldoc wording, configure with enum instead of bool, declare incompatibility with hr

This commit is contained in:
Gabe Livengood
2021-07-26 17:48:03 -04:00
parent 49160e4482
commit c7c261ba03
3 changed files with 29 additions and 12 deletions

View File

@ -106,7 +106,7 @@ namespace osu.Game.Rulesets.Osu.Utils
}
/// <summary>
/// Reflects an OsuHitObject's position horizontally (over the 'y axis').
/// Reflects an OsuHitObject's position horizontally.
/// </summary>
/// <param name="osuObject">The OsuHitObject to be reflected.</param>
/// <returns>The reflected OsuHitObject.</returns>
@ -130,7 +130,7 @@ namespace osu.Game.Rulesets.Osu.Utils
}
/// <summary>
/// Reflects an OsuHitObject's position vertically (over the 'x axis').
/// Reflects an OsuHitObject's position vertically.
/// </summary>
/// <param name="osuObject">The OsuHitObject to be reflected.</param>
/// <returns>The reflected OsuHitObject.</returns>