Use typeparamref.

This commit is contained in:
Huo Yaoyuan
2019-11-17 20:48:23 +08:00
parent 5727963f86
commit f05b83d7d4
10 changed files with 33 additions and 33 deletions

View File

@ -32,7 +32,7 @@ namespace osu.Game.Graphics.UserInterface
protected virtual float StripHeight() => 1;
/// <summary>
/// Whether entries should be automatically populated if <see cref="T"/> is an <see cref="Enum"/> type.
/// Whether entries should be automatically populated if <typeparamref name="T"/> is an <see cref="Enum"/> type.
/// </summary>
protected virtual bool AddEnumEntriesAutomatically => true;