mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 23:47:24 +08:00
Clean up xmldocs
This commit is contained in:
parent
d2b4856d13
commit
299ea23612
@ -16,7 +16,7 @@ namespace osu.Game.Overlays.Profile.Sections.Historical
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Text describing the value being plotted on the graph, which will be displayed as a prefix to the value in the <see cref="HistoryGraphTooltip"/>
|
/// Text describing the value being plotted on the graph, which will be displayed as a prefix to the value in the <see cref="HistoryGraphTooltip"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string TooltipCounterName { get; set; } = @"Plays";
|
public string TooltipCounterName { get; set; } = @"Plays";
|
||||||
|
|
||||||
|
@ -106,7 +106,6 @@ namespace osu.Game.Overlays.Profile
|
|||||||
/// Function used to convert <see cref="Data"/> point to it's Y-axis position on the graph.
|
/// Function used to convert <see cref="Data"/> point to it's Y-axis position on the graph.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="value">Value to convert.</param>
|
/// <param name="value">Value to convert.</param>
|
||||||
/// <returns></returns>
|
|
||||||
protected abstract float GetDataPointHeight(TValue value);
|
protected abstract float GetDataPointHeight(TValue value);
|
||||||
|
|
||||||
protected virtual void ShowGraph() => graph.FadeIn(FADE_DURATION, Easing.Out);
|
protected virtual void ShowGraph() => graph.FadeIn(FADE_DURATION, Easing.Out);
|
||||||
|
Loading…
Reference in New Issue
Block a user