From c981eefed8f9bcf9e44990af67fcf5c5b982d021 Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 9 Jul 2024 16:54:00 +0100 Subject: [PATCH] Fix hanging xml comment --- Terminal.Gui/Drawing/Gradient.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Terminal.Gui/Drawing/Gradient.cs b/Terminal.Gui/Drawing/Gradient.cs index 5091cc314..622f93239 100644 --- a/Terminal.Gui/Drawing/Gradient.cs +++ b/Terminal.Gui/Drawing/Gradient.cs @@ -34,7 +34,9 @@ public enum GradientDirection } /// -/// Describes +/// Describes a of colors that can be combined +/// to make a color gradient. Use +/// to create into gradient fill area maps. /// public class Gradient {