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. /// Can be used in conjunction with <see cref="SettingSourceExtensions.CreateSettingsControls"/> to automatically create UI controls.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// All controls with OrderPosition set to an int greater than 0 will be placed first in ascending order. /// All controls with <see cref="OrderPosition"/> set will be placed first in ascending order.
/// All controls with no OrderPosition will come afterward in default order. /// All controls with no <see cref="OrderPosition"/> will come afterward in default order.
/// </remarks> /// </remarks>
[MeansImplicitUse] [MeansImplicitUse]
[AttributeUsage(AttributeTargets.Property)] [AttributeUsage(AttributeTargets.Property)]