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

Add more xmldoc to ControllableOverlayHeader

This commit is contained in:
Andrei Zavatski 2020-01-20 12:26:14 +03:00
parent 4a5e855953
commit 843feb4e08

View File

@ -11,6 +11,9 @@ using osuTK.Graphics;
namespace osu.Game.Overlays namespace osu.Game.Overlays
{ {
/// <summary>
/// <see cref="OverlayHeader"/> which contains <see cref="TabControl{T}"/>.
/// </summary>
/// <typeparam name="T">The type of item to be represented by tabs in <see cref="TabControl{T}"/>.</typeparam> /// <typeparam name="T">The type of item to be represented by tabs in <see cref="TabControl{T}"/>.</typeparam>
public abstract class ControllableOverlayHeader<T> : OverlayHeader public abstract class ControllableOverlayHeader<T> : OverlayHeader
{ {