mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Fix comments
This commit is contained in:
parent
57a87296cc
commit
e524a18ead
2 changed files with 3 additions and 3 deletions
|
|
@ -300,7 +300,7 @@ namespace Dalamud.Game.Text.SeStringHandling
|
||||||
EmphasisItalic = 0x1A,
|
EmphasisItalic = 0x1A,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// See the <see cref="NewLinePayload"/>
|
/// See the <see cref="NewLinePayload"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
NewLine = 0x10,
|
NewLine = 0x10,
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
||||||
namespace Dalamud.Game.Text.SeStringHandling.Payloads
|
namespace Dalamud.Game.Text.SeStringHandling.Payloads
|
||||||
|
|
@ -16,7 +16,7 @@ namespace Dalamud.Game.Text.SeStringHandling.Payloads
|
||||||
public static NewLinePayload Payload => new();
|
public static NewLinePayload Payload => new();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the text of this payload, evaluates to <c>Environment.NewLine</c>
|
/// Gets the text of this payload, evaluates to <c>Environment.NewLine</c>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Text => Environment.NewLine;
|
public string Text => Environment.NewLine;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue