1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 00:30:45 +08:00

Adjust xmldoc

This commit is contained in:
Andrei Zavatski
2020-01-24 10:24:44 +03:00
Unverified
parent 2b941a0d52
commit 34ffbcf2ae
+2 -2
View File
@@ -14,9 +14,9 @@ using osuTK;
namespace osu.Game.Overlays
{
/// <summary>
/// <see cref="OverlayHeader"/> which contains <see cref="OsuTabControl{T}"/>.
/// An overlay header which contains a <see cref="OsuTabControl{T}"/>.
/// </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
{
protected OsuTabControl<T> TabControl;