doc updates

This commit is contained in:
Tig
2024-09-18 14:56:41 -06:00
parent 9a50905656
commit 8ee6056c4e
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ using System.Diagnostics;
namespace Terminal.Gui;
/// <summary>The Border for a <see cref="View"/>.</summary>
/// <summary>The Border for a <see cref="View"/>. Accessed via <see cref="View.Border"/></summary>
/// <remarks>
/// <para>
/// Renders a border around the view with the <see cref="View.Title"/>. A border using <see cref="LineStyle"/>

View File

@@ -2,7 +2,7 @@
namespace Terminal.Gui;
/// <summary>The Margin for a <see cref="View"/>.</summary>
/// <summary>The Margin for a <see cref="View"/>. Accessed via <see cref="View.Margin"/></summary>
/// <remarks>
/// <para>See the <see cref="Adornment"/> class.</para>
/// </remarks>