Formatting

This commit is contained in:
DrabWeb
2017-03-23 01:35:55 -03:00
parent 67421cdf1c
commit b8b45262c5
2 changed files with 1 additions and 5 deletions

View File

@ -17,7 +17,7 @@ using osu.Game.Graphics.Sprites;
namespace osu.Game.Graphics.UserInterface
{
/// <summary>
/// A checkbox styled to be placed in line with an <see cref="OsuTabControl"/>
/// A checkbox styled to be placed in line with an <see cref="OsuTabControl{T}"/>
/// </summary>
public class OsuTabControlCheckBox : CheckBox
{