Rework doc comment for `IDriveLight.DriveLightIconDescription`
This commit is contained in:
parent
02ecb0ad24
commit
a13333b965
|
@ -16,9 +16,7 @@
|
||||||
/// </summary>
|
/// </summary>
|
||||||
bool DriveLightOn { get; }
|
bool DriveLightOn { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <value>description of the drive light icon (used in MainForm for the tooltip of the status bar icon)</value>
|
||||||
/// Gets a value indicating the description of the drive light icon (that will be displayed as a ToolTip on MainForm
|
|
||||||
/// </summary>
|
|
||||||
string DriveLightIconDescription { get; }
|
string DriveLightIconDescription { get; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue