Fix xmldoc

This commit is contained in:
smoogipoo 2018-06-11 15:44:59 +09:00
parent 14b7530994
commit b51e714ae5

View File

@ -10,7 +10,7 @@ using osu.Game.Rulesets.Configuration;
namespace osu.Game.Rulesets namespace osu.Game.Rulesets
{ {
/// <summary> /// <summary>
/// A cache that provides a single <see cref="IRulesetConfigManager"/> per-ruleset /// A cache that provides a single <see cref="IRulesetConfigManager"/> per-ruleset.
/// This is done to support referring to and updating ruleset configs from multiple locations in the absence of inter-config bindings. /// This is done to support referring to and updating ruleset configs from multiple locations in the absence of inter-config bindings.
/// </summary> /// </summary>
public class RulesetConfigCache : Component public class RulesetConfigCache : Component