浏览代码

backported XML doc fix from #3451

Tig 1 年之前
父节点
当前提交
b1aa34be06
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      Terminal.Gui/View/ViewAdornments.cs

+ 5 - 0
Terminal.Gui/View/ViewAdornments.cs

@@ -135,6 +135,11 @@ public partial class View
     /// <summary>
     ///     <para>Gets the thickness describing the sum of the Adornments' thicknesses.</para>
     /// </summary>
+    /// <remarks>
+    /// <para>
+    ///     The <see cref="Viewport"/> is offset from the <see cref="Frame"/> by the thickness returned by this method.
+    /// </para>
+    /// </remarks>
     /// <returns>A thickness that describes the sum of the Adornments' thicknesses.</returns>
     public Thickness GetAdornmentsThickness ()
     {