mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add missing XML documentation inheritance.
This commit is contained in:
@@ -40,6 +40,7 @@ using Aaru.Decoders.CD;
|
||||
namespace Aaru.DiscImages
|
||||
{
|
||||
// TODO: Implement track flags
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements reading and writing CDRWin cuesheet disc images
|
||||
/// </summary>
|
||||
|
||||
@@ -225,7 +225,6 @@ namespace Aaru.DiscImages
|
||||
return failingLbas.Count <= 0;
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public bool? VerifySector(ulong sectorAddress, uint track)
|
||||
{
|
||||
byte[] buffer = ReadSectorLong(sectorAddress, track);
|
||||
|
||||
Reference in New Issue
Block a user