Apply documentation changes

Co-authored-by: Dean Herbert <pe@ppy.sh>
This commit is contained in:
Salman Ahmed 2021-02-01 11:02:08 +03:00 committed by GitHub
parent e806e5bcd1
commit 49e62c3a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -237,7 +237,7 @@ public DaySeparator(DateTimeOffset time)
}
/// <summary>
/// An <see cref="OsuScrollContainer"/> with functionality to automatically scrolls whenever the maximum scrollable distance increases.
/// An <see cref="OsuScrollContainer"/> with functionality to automatically scroll whenever the maximum scrollable distance increases.
/// </summary>
private class ChannelScrollContainer : OsuScrollContainer
{
@ -246,7 +246,7 @@ private class ChannelScrollContainer : OsuScrollContainer
private float? lastExtent;
/// <summary>
/// Whether this should automatically scroll to end on the next call to <see cref="UpdateAfterChildren"/>.
/// Whether this container should automatically scroll to end on the next call to <see cref="UpdateAfterChildren"/>.
/// </summary>
public bool ShouldAutoScroll { get; private set; } = true;