1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 20:23:00 +08:00

Update xmldoc

This commit is contained in:
voidedWarranties 2020-02-12 15:55:16 -08:00
parent e9b5137147
commit a8eb9ba45c

View File

@ -18,8 +18,8 @@ namespace osu.Game.Configuration
/// Can be used in conjunction with <see cref="SettingSourceExtensions.CreateSettingsControls"/> to automatically create UI controls.
/// </summary>
/// <remarks>
/// All controls with OrderPosition set to an int greater than 0 will be placed first in ascending order.
/// All controls with no OrderPosition will come afterward in default order.
/// All controls with <see cref="OrderPosition"/> set will be placed first in ascending order.
/// All controls with no <see cref="OrderPosition"/> will come afterward in default order.
/// </remarks>
[MeansImplicitUse]
[AttributeUsage(AttributeTargets.Property)]