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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user