Add XML comments to public entities.

This commit is contained in:
2021-08-17 13:56:05 +01:00
parent 0d18153610
commit 00f605b0ca
542 changed files with 6029 additions and 104 deletions

View File

@@ -41,6 +41,9 @@ namespace Aaru.DiscImages
{
// TODO: There seems no be no clear definition on how to treat pregaps that are not included in the file, so this is just appending it to start of track
// TODO: This format doesn't support to specify pregaps that are included in the file (like Redump ones)
/// <summary>
/// Implements reading Dreamcast GDI disc images
/// </summary>
public sealed partial class Gdi : IOpticalMediaImage
{
ulong _densitySeparationSectors;