mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add XML comments to public entities.
This commit is contained in:
@@ -39,12 +39,19 @@ namespace Aaru.DiscImages
|
||||
{
|
||||
public sealed partial class Cpcdsk
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public ImageInfo Info => _imageInfo;
|
||||
/// <inheritdoc />
|
||||
public string Name => "CPCEMU Disk-File and Extended CPC Disk-File";
|
||||
/// <inheritdoc />
|
||||
public Guid Id => new Guid("724B16CC-ADB9-492E-BA07-CAEEC1012B16");
|
||||
/// <inheritdoc />
|
||||
public string Format => _extended ? "CPCEMU Extended disk image" : "CPCEMU disk image";
|
||||
/// <inheritdoc />
|
||||
public string Author => "Natalia Portillo";
|
||||
/// <inheritdoc />
|
||||
public List<DumpHardwareType> DumpHardware => null;
|
||||
/// <inheritdoc />
|
||||
public CICMMetadataType CicmMetadata => null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user