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,13 +39,20 @@ namespace Aaru.DiscImages
|
||||
{
|
||||
public sealed partial class AppleNib
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public ImageInfo Info => _imageInfo;
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Name => "Apple NIB";
|
||||
/// <inheritdoc />
|
||||
public Guid Id => new Guid("AE171AE8-6747-49CC-B861-9D450B7CD42E");
|
||||
/// <inheritdoc />
|
||||
public string Author => "Natalia Portillo";
|
||||
/// <inheritdoc />
|
||||
public string Format => "Apple nibbles";
|
||||
/// <inheritdoc />
|
||||
public List<DumpHardwareType> DumpHardware => null;
|
||||
/// <inheritdoc />
|
||||
public CICMMetadataType CicmMetadata => null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user