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