Resolve inheritdocs warning

This commit is contained in:
Still Hsu
2020-05-22 11:29:25 +08:00
committed by Still Hsu
parent 38f6186cd0
commit 9ea3291ef1

View File

@@ -3,7 +3,7 @@ using Model = Discord.API.Attachment;
namespace Discord
{
/// <inheritdoc/>
/// <inheritdoc cref="IAttachment"/>
[DebuggerDisplay(@"{DebuggerDisplay,nq}")]
public class Attachment : IAttachment
{