From e607f7e8c34700ddde4ae4c487f2b8f12ce5c720 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Oct 2025 19:45:25 +0000 Subject: [PATCH] Remove LineView references from documentation - Updated Line.cs XML documentation to remove comparison with LineView - Removed LineView section from views.md documentation Co-authored-by: tig <585482+tig@users.noreply.github.com> --- Terminal.Gui/Views/Line.cs | 5 ++--- docfx/docs/views.md | 8 -------- 2 files changed, 2 insertions(+), 11 deletions(-) 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.