mirror of
https://github.com/ppy/osu.git
synced 2025-01-23 11:32:55 +08:00
Add more xmldoc to ControllableOverlayHeader
This commit is contained in:
parent
4a5e855953
commit
843feb4e08
@ -11,6 +11,9 @@ using osuTK.Graphics;
|
||||
|
||||
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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user