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:
@@ -41,6 +41,7 @@ using Marshal = Aaru.Helpers.Marshal;
|
||||
|
||||
namespace Aaru.Partitions
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements decoding of Acorn partitions
|
||||
/// </summary>
|
||||
|
||||
@@ -45,6 +45,7 @@ namespace Aaru.Partitions
|
||||
{
|
||||
// Information about structures learnt from Inside Macintosh
|
||||
// Constants from image testing
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements decoding of the Apple Partition Map
|
||||
/// </summary>
|
||||
|
||||
@@ -41,6 +41,7 @@ using Marshal = Aaru.Helpers.Marshal;
|
||||
|
||||
namespace Aaru.Partitions
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements decoding of Apricot partitions
|
||||
/// </summary>
|
||||
|
||||
@@ -41,6 +41,7 @@ using Aaru.Helpers;
|
||||
|
||||
namespace Aaru.Partitions
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements decoding of Atari GEMDOS partitions
|
||||
/// </summary>
|
||||
|
||||
@@ -43,6 +43,7 @@ using Marshal = Aaru.Helpers.Marshal;
|
||||
|
||||
namespace Aaru.Partitions
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements decoding of BSD disklabels
|
||||
/// </summary>
|
||||
|
||||
@@ -39,6 +39,7 @@ using Marshal = Aaru.Helpers.Marshal;
|
||||
|
||||
namespace Aaru.Partitions
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements decoding of DEC disklabels
|
||||
/// </summary>
|
||||
|
||||
@@ -40,6 +40,7 @@ using Marshal = Aaru.Helpers.Marshal;
|
||||
|
||||
namespace Aaru.Partitions
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements decoding of DragonFly BSD disklabels
|
||||
/// </summary>
|
||||
|
||||
@@ -43,6 +43,7 @@ using Marshal = Aaru.Helpers.Marshal;
|
||||
|
||||
namespace Aaru.Partitions
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements decoding of the GUID Partition Table
|
||||
/// </summary>
|
||||
|
||||
@@ -42,6 +42,7 @@ using Marshal = Aaru.Helpers.Marshal;
|
||||
|
||||
namespace Aaru.Partitions
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements decoding of Sharp's Human68K partitions
|
||||
/// </summary>
|
||||
|
||||
@@ -44,6 +44,7 @@ using Marshal = Aaru.Helpers.Marshal;
|
||||
namespace Aaru.Partitions
|
||||
{
|
||||
// TODO: Support AAP extensions
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements decoding of Intel/Microsoft Master Boot Record and extensions
|
||||
/// </summary>
|
||||
|
||||
@@ -45,6 +45,7 @@ using Marshal = Aaru.Helpers.Marshal;
|
||||
// Information learnt from XNU source and testing against real disks
|
||||
namespace Aaru.Partitions
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements decoding of NeXT disklabels
|
||||
/// </summary>
|
||||
|
||||
@@ -41,6 +41,7 @@ using Marshal = Aaru.Helpers.Marshal;
|
||||
|
||||
namespace Aaru.Partitions
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements decoding of NEC PC-9800 partitions
|
||||
/// </summary>
|
||||
|
||||
@@ -44,6 +44,7 @@ namespace Aaru.Partitions
|
||||
// "part type start end\n"
|
||||
// One line per partition, start and end relative to offset
|
||||
// e.g.: "part nvram 10110 10112\npart fossil 10112 3661056\n"
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements decoding of Plan-9 partitions
|
||||
/// </summary>
|
||||
|
||||
@@ -45,6 +45,7 @@ using Aaru.Helpers;
|
||||
|
||||
namespace Aaru.Partitions
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements decoding of the Amiga Rigid Disk Block
|
||||
/// </summary>
|
||||
|
||||
@@ -40,6 +40,7 @@ using Marshal = Aaru.Helpers.Marshal;
|
||||
|
||||
namespace Aaru.Partitions
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements decoding of Rio Karma partitions
|
||||
/// </summary>
|
||||
|
||||
@@ -44,6 +44,7 @@ using Marshal = Aaru.Helpers.Marshal;
|
||||
|
||||
namespace Aaru.Partitions
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements decoding of the SGI Disk Volume Header
|
||||
/// </summary>
|
||||
|
||||
@@ -43,6 +43,7 @@ using Marshal = Aaru.Helpers.Marshal;
|
||||
|
||||
namespace Aaru.Partitions
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements decoding of Sun disklabels
|
||||
/// </summary>
|
||||
|
||||
@@ -41,6 +41,7 @@ namespace Aaru.Partitions
|
||||
// These partitions are hardwired in kernel sources for some UNIX versions predating System V.
|
||||
// They depend on exact device, indeed the kernel chooses what to use depending on the disk driver, so that's what we do.
|
||||
// Currently only DEC devices used in Ultrix are added, probably it's missing a lot of entries.
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements decoding of historic UNIX static partitions
|
||||
/// </summary>
|
||||
|
||||
@@ -43,6 +43,7 @@ using Marshal = Aaru.Helpers.Marshal;
|
||||
|
||||
namespace Aaru.Partitions
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements decoding of UNIX VTOC partitions
|
||||
/// </summary>
|
||||
|
||||
@@ -40,6 +40,7 @@ using Marshal = Aaru.Helpers.Marshal;
|
||||
namespace Aaru.Partitions
|
||||
{
|
||||
// TODO: Find better documentation, this is working for XENIX 2 but not for SCO OpenServer...
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements decoding of XENIX partitions
|
||||
/// </summary>
|
||||
|
||||
@@ -40,6 +40,7 @@ using Marshal = Aaru.Helpers.Marshal;
|
||||
|
||||
namespace Aaru.Partitions
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements decoding of Xbox partitions
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user