mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-18 22:07:44 +01:00
fix docstring, missing bracket
This commit is contained in:
parent
b8441e5a87
commit
2d804e5159
1 changed files with 17 additions and 16 deletions
|
|
@ -163,7 +163,7 @@ namespace Dalamud.Plugin.Internal.Types
|
||||||
public string? IconUrl { get; init; }
|
public string? IconUrl { get; init; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a value that indicates whether or not this plugin accepts feedback.
|
/// Gets a value indicating whether this plugin accepts feedback.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool AcceptsFeedback { get; init; } = true;
|
public bool AcceptsFeedback { get; init; } = true;
|
||||||
|
|
||||||
|
|
@ -177,3 +177,4 @@ namespace Dalamud.Plugin.Internal.Types
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string? FeedbackWebhook { get; init; }
|
public string? FeedbackWebhook { get; init; }
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue