Fix dumpers documentation.

This commit is contained in:
2019-04-20 16:24:17 +01:00
parent 4af686c068
commit b7b086b644
7 changed files with 38 additions and 88 deletions

View File

@@ -52,11 +52,6 @@ namespace DiscImageChef.Core.Devices.Dumping
/// <summary>
/// Dumps the tape from a SCSI Streaming device
/// </summary>
/// <param name="dev">Device</param>
/// <param name="devicePath">Path to the device</param>
/// <param name="outputPrefix">Prefix for output data files</param>
/// <param name="resume">Information for dump resuming</param>
/// <param name="dumpLog">Dump logger</param>
internal void Ssc()
{
FixedSense? fxSense;