Fix some warnings

This commit is contained in:
goaaats 2025-04-08 22:21:04 +02:00
parent af2b451955
commit ad3b0f0194
174 changed files with 224 additions and 597 deletions

View file

@ -21,7 +21,7 @@ public record struct SeStringDrawParams
public SeStringReplacementEntity.GetEntityDelegate? GetEntity { get; set; }
/// <summary>Gets or sets the screen offset of the left top corner.</summary>
/// <value>Screen offset to draw at, or <c>null</c> to use <see cref="ImGui.GetCursorScreenPos"/>.</value>
/// <value>Screen offset to draw at, or <c>null</c> to use <see cref="ImGui.GetCursorScreenPos()"/>.</value>
public Vector2? ScreenOffset { get; set; }
/// <summary>Gets or sets the font to use.</summary>
@ -40,7 +40,7 @@ public record struct SeStringDrawParams
/// <summary>Gets or sets the wrapping width.</summary>
/// <value>Width in pixels, or <c>null</c> to wrap at the end of available content region from
/// <see cref="ImGui.GetContentRegionAvail"/> (the default).</value>
/// <see cref="ImGui.GetContentRegionAvail()"/> (the default).</value>
public float? WrapWidth { get; set; }
/// <summary>Gets or sets the thickness of underline under links.</summary>