Bladeren bron

Fix hanging xml comment

Thomas 1 jaar geleden
bovenliggende
commit
c981eefed8
1 gewijzigde bestanden met toevoegingen van 3 en 1 verwijderingen
  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
 {