Add missing XML documentation inheritance.

This commit is contained in:
2021-08-17 14:25:12 +01:00
parent 00f605b0ca
commit 6dd5fb5c5c
136 changed files with 193 additions and 51 deletions

View File

@@ -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>

View File

@@ -225,7 +225,6 @@ namespace Aaru.DiscImages
return failingLbas.Count <= 0;
}
/// <inheritdoc />
public bool? VerifySector(ulong sectorAddress, uint track)
{
byte[] buffer = ReadSectorLong(sectorAddress, track);