Add inheritdoc.

This commit is contained in:
2022-03-17 00:21:25 +00:00
parent 2ba38ebee3
commit 58ca08969c
6 changed files with 6 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ namespace Aaru.CommonTypes.Interfaces;
using Aaru.CommonTypes.Enums;
/// <inheritdoc cref="Aaru.CommonTypes.Interfaces.IMediaImage" />
/// <summary>
/// Abstract class to implement disk image writing plugins. TODO: This interface is subject to change until
/// notice.