mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Fix malformed xmldoc and missing using statement
This commit is contained in:
@@ -2833,7 +2833,7 @@ namespace Terminal.Gui {
|
||||
|
||||
/// <summary>
|
||||
/// Gets the dimensions required for <see cref="Text"/> ignoring a <see cref="Terminal.Gui.TextFormatter.HotKeySpecifier"/>.
|
||||
/// /// <summary/>
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public Size GetSizeNeededForTextWithoutHotKey ()
|
||||
{
|
||||
@@ -2843,7 +2843,7 @@ namespace Terminal.Gui {
|
||||
|
||||
/// <summary>
|
||||
/// Gets the dimensions required for <see cref="Text"/> accounting for a <see cref="Terminal.Gui.TextFormatter.HotKeySpecifier"/> .
|
||||
/// <summary/>
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public Size GetSizeNeededForTextAndHotKey ()
|
||||
{
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
using System.Linq;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Text.Json.Serialization;
|
||||
using NStack;
|
||||
using Terminal.Gui.Graphs;
|
||||
|
||||
Reference in New Issue
Block a user