From 7cf34777d370bb456cc9dc02a34c4fa7ef57b5f8 Mon Sep 17 00:00:00 2001 From: tznind Date: Mon, 14 Dec 2020 15:49:29 +0000 Subject: [PATCH] Fixed missing xmldoc --- Terminal.Gui/Views/TableView.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Terminal.Gui/Views/TableView.cs b/Terminal.Gui/Views/TableView.cs index eccc83605..0a9a8cc0c 100644 --- a/Terminal.Gui/Views/TableView.cs +++ b/Terminal.Gui/Views/TableView.cs @@ -6,6 +6,9 @@ using System.Linq; namespace Terminal.Gui.Views { + /// + /// Describes how to render a given column in a including and textual representation of cells (e.g. date formats) + /// public class ColumnStyle { /// @@ -448,7 +451,7 @@ namespace Terminal.Gui.Views { } /// - /// Truncates or pads so that it occupies a exactly using the alignment specified in (or left if no style is defined) + /// Truncates or pads so that it occupies a exactly using the alignment specified in (or left if no style is defined) /// /// The object in this cell of the /// The string representation of