Browse Source

Fix hanging xml comment

Thomas 1 year ago
parent
commit
c981eefed8
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Terminal.Gui/Drawing/Gradient.cs

+ 3 - 1
Terminal.Gui/Drawing/Gradient.cs

@@ -34,7 +34,9 @@ public enum GradientDirection
 }
 
 /// <summary>
-/// Describes
+/// Describes a <see cref="Spectrum"/> of colors that can be combined
+/// to make a color gradient.  Use <see cref="BuildCoordinateColorMapping"/>
+/// to create into gradient fill area maps.
 /// </summary>
 public class Gradient
 {