Fixed a bunch of warnings

This commit is contained in:
Tig
2024-05-08 10:24:49 -06:00
parent b7f3a85203
commit dcc7a9b518
7 changed files with 28 additions and 40 deletions

View File

@@ -662,7 +662,7 @@ public class TextFormatter
/// <remarks>
/// <para>
/// If the text needs to be formatted (if <see cref="NeedsFormat"/> is <see langword="true"/>)
/// <see cref="Format(string, int, bool, bool, bool, int, TextDirection, bool)"/> will be called and upon return
/// <see cref="Format()"/> will be called and upon return
/// <see cref="NeedsFormat"/> will be <see langword="false"/>.
/// </para>
/// <para>