diff --git a/Terminal.Gui/Views/Line.cs b/Terminal.Gui/Views/Line.cs index d61851753..a15fd8982 100644 --- a/Terminal.Gui/Views/Line.cs +++ b/Terminal.Gui/Views/Line.cs @@ -8,9 +8,8 @@ namespace Terminal.Gui.Views; /// /// /// is a that renders a single horizontal or vertical line -/// using the system. Unlike , which directly renders -/// runes, integrates with the LineCanvas to enable proper box-drawing character -/// selection and line intersection handling. +/// using the system. integrates with the LineCanvas +/// to enable proper box-drawing character selection and line intersection handling. /// /// /// The line's appearance is controlled by the property, which supports diff --git a/docfx/docs/views.md b/docfx/docs/views.md index 85fb126db..4b05a5df0 100644 --- a/docfx/docs/views.md +++ b/docfx/docs/views.md @@ -307,14 +307,6 @@ Draws a single line using the [LineStyle](~/api/Terminal.Gui.Drawing.LineStyle.y ────────────────────────────────────────────────── ``` -## [LineView](~/api/Terminal.Gui.Views.LineView.yml) - -A straight line control either horizontal or vertical - -```text -────────────────────────────────────────────────── -``` - ## [ListView](~/api/Terminal.Gui.Views.ListView.yml) Provides a scrollable list of data where each item can be activated to perform an action.