mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 03:22:59 +08:00
Trim double full-stop in xmldoc
This commit is contained in:
parent
51741c4791
commit
2c57deea2b
@ -14,7 +14,7 @@ namespace osu.Game.Skinning
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Retrieves a <see cref="PoolableSkinnableSample"/> from a pool.
|
/// Retrieves a <see cref="PoolableSkinnableSample"/> from a pool.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="sampleInfo">The <see cref="SampleInfo"/> describing the sample to retrieve..</param>
|
/// <param name="sampleInfo">The <see cref="SampleInfo"/> describing the sample to retrieve.</param>
|
||||||
/// <returns>The <see cref="PoolableSkinnableSample"/>.</returns>
|
/// <returns>The <see cref="PoolableSkinnableSample"/>.</returns>
|
||||||
[CanBeNull]
|
[CanBeNull]
|
||||||
PoolableSkinnableSample GetPooledSample(ISampleInfo sampleInfo);
|
PoolableSkinnableSample GetPooledSample(ISampleInfo sampleInfo);
|
||||||
|
Loading…
Reference in New Issue
Block a user