mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix "see" references in Aaruformat
This commit is contained in:
@@ -8,8 +8,8 @@ namespace SabreTools.FileTypes.Aaru
|
|||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// AaruFormat code is based on the Aaru project
|
/// AaruFormat code is based on the Aaru project
|
||||||
/// See https://github.com/aaru-dps/Aaru/tree/master/Aaru.Images/AaruFormat
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <see href="https://github.com/aaru-dps/Aaru/tree/master/Aaru.Images/AaruFormat"/>
|
||||||
public class AaruFormat : BaseFile
|
public class AaruFormat : BaseFile
|
||||||
{
|
{
|
||||||
#region Fields
|
#region Fields
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ namespace SabreTools.FileTypes.Aaru
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Checksum entry, followed by checksum data itself
|
/// Checksum entry, followed by checksum data itself
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <see cref="https://github.com/aaru-dps/Aaru/blob/master/Aaru.Images/AaruFormat/Structs.cs" />
|
/// <see href="https://github.com/aaru-dps/Aaru/blob/master/Aaru.Images/AaruFormat/Structs.cs" />
|
||||||
public class ChecksumEntry
|
public class ChecksumEntry
|
||||||
{
|
{
|
||||||
/// <summary>Checksum algorithm</summary>
|
/// <summary>Checksum algorithm</summary>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ namespace SabreTools.FileTypes.Aaru
|
|||||||
/// Checksum block, contains a checksum of all user data sectors
|
/// Checksum block, contains a checksum of all user data sectors
|
||||||
/// (except for optical discs that is 2352 bytes raw sector if available
|
/// (except for optical discs that is 2352 bytes raw sector if available
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <see cref="https://github.com/aaru-dps/Aaru/blob/master/Aaru.Images/AaruFormat/Structs.cs" />
|
/// <see href="https://github.com/aaru-dps/Aaru/blob/master/Aaru.Images/AaruFormat/Structs.cs" />
|
||||||
public class ChecksumHeader
|
public class ChecksumHeader
|
||||||
{
|
{
|
||||||
/// <summary>Identifier, <see cref="BlockType.ChecksumBlock" /></summary>
|
/// <summary>Identifier, <see cref="BlockType.ChecksumBlock" /></summary>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ namespace SabreTools.FileTypes.Aaru
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Index entry
|
/// Index entry
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <see cref="https://github.com/aaru-dps/Aaru/blob/master/Aaru.Images/AaruFormat/Structs.cs" />
|
/// <see href="https://github.com/aaru-dps/Aaru/blob/master/Aaru.Images/AaruFormat/Structs.cs" />
|
||||||
public class IndexEntry
|
public class IndexEntry
|
||||||
{
|
{
|
||||||
/// <summary>Type of item pointed by this entry</summary>
|
/// <summary>Type of item pointed by this entry</summary>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ namespace SabreTools.FileTypes.Aaru
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Header for the index, followed by entries
|
/// Header for the index, followed by entries
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <see cref="https://github.com/aaru-dps/Aaru/blob/master/Aaru.Images/AaruFormat/Structs.cs" />
|
/// <see href="https://github.com/aaru-dps/Aaru/blob/master/Aaru.Images/AaruFormat/Structs.cs" />
|
||||||
public class IndexHeader
|
public class IndexHeader
|
||||||
{
|
{
|
||||||
/// <summary>Identifier, <see cref="BlockType.Index" /></summary>
|
/// <summary>Identifier, <see cref="BlockType.Index" /></summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user