Add more xmldoc to ControllableOverlayHeader

This commit is contained in:
Andrei Zavatski 2020-01-20 12:26:14 +03:00
parent 4a5e855953
commit 843feb4e08
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@
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>
public abstract class ControllableOverlayHeader<T> : OverlayHeader
{