Rework doc comment for `IDriveLight.DriveLightIconDescription`

This commit is contained in:
YoshiRulz 2024-09-06 02:22:39 +10:00 committed by James Groom
parent 02ecb0ad24
commit a13333b965
1 changed files with 1 additions and 3 deletions

View File

@ -16,9 +16,7 @@
/// </summary>
bool DriveLightOn { get; }
/// <summary>
/// Gets a value indicating the description of the drive light icon (that will be displayed as a ToolTip on MainForm
/// </summary>
/// <value>description of the drive light icon (used in MainForm for the tooltip of the status bar icon)</value>
string DriveLightIconDescription { get; }
}
}