mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Adjust xmldoc
This commit is contained in:
@ -14,9 +14,9 @@ using osuTK;
|
|||||||
namespace osu.Game.Overlays
|
namespace osu.Game.Overlays
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// <see cref="OverlayHeader"/> which contains <see cref="OsuTabControl{T}"/>.
|
/// An overlay header which contains a <see cref="OsuTabControl{T}"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <typeparam name="T">The type of item to be represented by tabs in <see cref="OsuTabControl{T}"/>.</typeparam>
|
/// <typeparam name="T">The type of item to be represented by tabs.</typeparam>
|
||||||
public abstract class TabControlOverlayHeader<T> : OverlayHeader
|
public abstract class TabControlOverlayHeader<T> : OverlayHeader
|
||||||
{
|
{
|
||||||
protected OsuTabControl<T> TabControl;
|
protected OsuTabControl<T> TabControl;
|
||||||
|
Reference in New Issue
Block a user