mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
DOCUMENTATION: Added XML documentation to DiscImageChef.Core.
This commit is contained in:
@@ -39,8 +39,19 @@ using DiscImageChef.Devices;
|
||||
|
||||
namespace DiscImageChef.Core.Devices.Scanning
|
||||
{
|
||||
/// <summary>
|
||||
/// Implements scanning the media from an ATA device
|
||||
/// </summary>
|
||||
public static class Ata
|
||||
{
|
||||
/// <summary>
|
||||
/// Scans the media from an ATA device
|
||||
/// </summary>
|
||||
/// <param name="mhddLogPath">Path to a MHDD log file</param>
|
||||
/// <param name="ibgLogPath">Path to a IMGBurn log file</param>
|
||||
/// <param name="devicePath">Device path</param>
|
||||
/// <param name="dev">Device</param>
|
||||
/// <returns>Scanning results</returns>
|
||||
public static ScanResults Scan(string mhddLogPath, string ibgLogPath, string devicePath, Device dev)
|
||||
{
|
||||
ScanResults results = new ScanResults();
|
||||
|
||||
Reference in New Issue
Block a user