Add inheritdoc.

This commit is contained in:
2022-03-17 00:21:26 +00:00
parent d686e59cb7
commit f6245f954d
16 changed files with 16 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ using System;
using System.ComponentModel.DataAnnotations;
using Aaru.CommonTypes.Enums;
/// <inheritdoc />
/// <summary>Information needed to rebuild an iNES/NES 2.0 header from a ROM hash</summary>
public class NesHeaderInfo : BaseModel
{