1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 19:00:09 +08:00

Remove invalid xmldoc reference

This commit is contained in:
Bartłomiej Dach
2025-12-18 14:49:30 +01:00
Unverified
parent 16c4967ee4
commit 577cf7d1e7
@@ -118,9 +118,6 @@ namespace osu.Game.Collections
/// The scroll container for this <see cref="DrawableCollectionList"/>.
/// Contains the main flow of <see cref="DrawableCollectionListItem"/> and attaches a placeholder item to the end of the list.
/// </summary>
/// <remarks>
/// Use <see cref="ReplacePlaceholder"/> to transfer the placeholder into the main list.
/// </remarks>
private partial class Scroll : OsuScrollContainer
{
protected override Container<Drawable> Content => content;