mirror of
https://github.com/osukey/osukey.git
synced 2025-05-02 04:07:22 +09:00
Fix misleading xmldoc
This commit is contained in:
parent
29fcab65f9
commit
dd9f620c23
@ -92,7 +92,7 @@ namespace osu.Game.Beatmaps.Formats
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Registers a fallback decoder instantiation function.
|
/// Registers a fallback decoder instantiation function.
|
||||||
/// The fallback will be returned if the first line of the decoded stream does not match any known magic.
|
/// The fallback will be returned if the first non-empty line of the decoded stream does not match any known magic.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <typeparam name="T">Type of object being decoded.</typeparam>
|
/// <typeparam name="T">Type of object being decoded.</typeparam>
|
||||||
/// <param name="constructor">A function that constructs the fallback<see cref="Decoder"/>.</param>
|
/// <param name="constructor">A function that constructs the fallback<see cref="Decoder"/>.</param>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user