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:
@@ -41,6 +41,7 @@ using Marshal = Aaru.Helpers.Marshal;
|
||||
|
||||
namespace Aaru.Filters
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>Decodes AppleDouble files</summary>
|
||||
[SuppressMessage("ReSharper", "UnusedMember.Local")]
|
||||
public sealed class AppleDouble : IFilter
|
||||
|
||||
@@ -41,6 +41,7 @@ using Marshal = Aaru.Helpers.Marshal;
|
||||
|
||||
namespace Aaru.Filters
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>Decodes AppleSingle files</summary>
|
||||
[SuppressMessage("ReSharper", "UnusedMember.Local")]
|
||||
public sealed class AppleSingle : IFilter
|
||||
|
||||
@@ -41,6 +41,7 @@ using Marshal = Aaru.Helpers.Marshal;
|
||||
namespace Aaru.Filters
|
||||
{
|
||||
// TODO: Interpret fdScript
|
||||
/// <inheritdoc />
|
||||
/// <summary>Decodes MacBinary files</summary>
|
||||
public sealed class MacBinary : IFilter
|
||||
{
|
||||
|
||||
Submodule Aaru.Helpers updated: 138c6c1f45...8e58e082af
@@ -40,7 +40,6 @@ using Aaru.Decoders.CD;
|
||||
namespace Aaru.DiscImages
|
||||
{
|
||||
// TODO: Implement track flags
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements reading and writing CDRWin cuesheet disc images
|
||||
/// </summary>
|
||||
|
||||
@@ -40,6 +40,7 @@ namespace Aaru.DiscImages
|
||||
// Information from Quasi88's FORMAT.TXT file
|
||||
// Japanese comments copied from there
|
||||
// TODO: Solve media types
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements reading Quasi88 disk images
|
||||
/// </summary>
|
||||
|
||||
@@ -114,7 +114,6 @@ namespace Aaru.DiscImages
|
||||
return failingLbas.Count <= 0;
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public bool? VerifySector(ulong sectorAddress, uint track)
|
||||
{
|
||||
byte[] buffer = ReadSectorLong(sectorAddress, track);
|
||||
|
||||
@@ -40,7 +40,6 @@ using Aaru.CommonTypes.Structs;
|
||||
namespace Aaru.DiscImages
|
||||
{
|
||||
// Checked using several images and strings inside Apple's DiskImages.framework
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements reading and writing Apple DiskCopy 4.2 disk images
|
||||
/// </summary>
|
||||
|
||||
@@ -72,6 +72,7 @@ using Aaru.CommonTypes.Structs;
|
||||
|
||||
namespace Aaru.DiscImages
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements reading HD-Copy disk images
|
||||
/// </summary>
|
||||
|
||||
@@ -37,6 +37,7 @@ using Aaru.CommonTypes.Structs;
|
||||
|
||||
namespace Aaru.DiscImages
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements reading IMageDisk disk images
|
||||
/// </summary>
|
||||
|
||||
@@ -38,6 +38,7 @@ using Aaru.CommonTypes.Structs;
|
||||
|
||||
namespace Aaru.DiscImages
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements reading and writing MaxiDisk disk images
|
||||
/// </summary>
|
||||
|
||||
@@ -40,6 +40,7 @@ using Aaru.CommonTypes.Structs;
|
||||
|
||||
namespace Aaru.DiscImages
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements reading and writing Parallels' disk images
|
||||
/// </summary>
|
||||
|
||||
@@ -39,6 +39,7 @@ using Aaru.CommonTypes.Structs;
|
||||
|
||||
namespace Aaru.DiscImages
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements reading partclone disk images
|
||||
/// </summary>
|
||||
|
||||
@@ -41,6 +41,7 @@ using Aaru.CommonTypes.Structs;
|
||||
|
||||
namespace Aaru.DiscImages
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements reading partimage disk images
|
||||
/// </summary>
|
||||
|
||||
@@ -38,6 +38,7 @@ using Aaru.CommonTypes.Structs;
|
||||
|
||||
namespace Aaru.DiscImages
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements reading and writing QEMU's Copy On Write v2 and v3 disk images
|
||||
/// </summary>
|
||||
|
||||
@@ -38,6 +38,7 @@ using Aaru.CommonTypes.Structs;
|
||||
|
||||
namespace Aaru.DiscImages
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements reading and writing QEMU Enhanced Disk images
|
||||
/// </summary>
|
||||
|
||||
@@ -38,7 +38,6 @@ using Aaru.CommonTypes.Structs;
|
||||
|
||||
namespace Aaru.DiscImages
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements reading and writing IBM's SaveDskF disk images
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user