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.Structs;
/// <inheritdoc cref="Aaru.CommonTypes.Interfaces.ITapeImage" />
/// <summary>Defines an image that is writable and can store information about a streaming, digital, tape</summary>
public interface IWritableTapeImage : ITapeImage, IWritableImage
{