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

@@ -41,6 +41,7 @@ namespace Aaru.CommonTypes.Interfaces;
using Aaru.CommonTypes.Enums;
/// <inheritdoc />
/// <summary>Abstract class to implement disk image reading plugins.</summary>
public interface IMediaImage : IBaseImage
{