mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
Fix SA1623: Fix property documentation summaries (#46717)
Update 29 property XML doc summaries to begin with Gets, Gets or sets, or Gets a value indicating whether as required by StyleCop SA1623. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Microsoft.CmdPal.UI.Events;
|
||||
public class CmdPalDockConfiguration : EventBase, IEvent
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets whether the dock is enabled.
|
||||
/// Gets or sets a value indicating whether the dock is enabled.
|
||||
/// </summary>
|
||||
public bool IsDockEnabled { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user