Improve class xmldoc

This commit is contained in:
Dean Herbert 2017-08-03 15:48:06 +09:00
parent bb032508bd
commit 91f3d8deb4

View File

@ -9,7 +9,7 @@ using OpenTK;
namespace osu.Game.Graphics.Containers namespace osu.Game.Graphics.Containers
{ {
/// <summary> /// <summary>
/// Display an icon that is constrained to a physical region on screen. /// Display an icon that is forced to scale to the size of this container.
/// </summary> /// </summary>
public class ConstrainedIconContainer : CompositeDrawable public class ConstrainedIconContainer : CompositeDrawable
{ {