More documentation inheritance.

This commit is contained in:
2021-08-17 16:12:30 +01:00
parent c6f5ece939
commit 1f7bcc83f1
24 changed files with 20 additions and 5 deletions

View File

@@ -36,6 +36,7 @@ using Aaru.CommonTypes.Interfaces;
namespace Aaru.Filters
{
/// <inheritdoc />
/// <summary>No filter for reading files not recognized by any filter</summary>
public sealed class ZZZNoFilter : IFilter
{