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>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-03 19:45:25 +00:00
parent d62f0027c1
commit e607f7e8c3
2 changed files with 2 additions and 11 deletions

View File

@@ -8,9 +8,8 @@ namespace Terminal.Gui.Views;
/// <remarks>
/// <para>
/// <see cref="Line"/> is a <see cref="View"/> that renders a single horizontal or vertical line
/// using the <see cref="LineCanvas"/> system. Unlike <see cref="LineView"/>, which directly renders
/// runes, <see cref="Line"/> integrates with the LineCanvas to enable proper box-drawing character
/// selection and line intersection handling.
/// using the <see cref="LineCanvas"/> system. <see cref="Line"/> integrates with the LineCanvas
/// to enable proper box-drawing character selection and line intersection handling.
/// </para>
/// <para>
/// The line's appearance is controlled by the <see cref="Style"/> property, which supports

View File

@@ -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.