From c2fe96921ea8ab2a48cc8cfeb9c3c03403b8ef4a Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sat, 23 Dec 2017 09:39:59 -0700 Subject: [PATCH] Turn off XML comment warnings in REST Permissions --- TShockAPI/Rest/RestPermissions.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TShockAPI/Rest/RestPermissions.cs b/TShockAPI/Rest/RestPermissions.cs index f93951d6..8f74cd14 100644 --- a/TShockAPI/Rest/RestPermissions.cs +++ b/TShockAPI/Rest/RestPermissions.cs @@ -18,8 +18,12 @@ along with this program. If not, see . using System.ComponentModel; +// Since the permission nodes have annotations that say what they are, we don't need XML comments. +#pragma warning disable 1591 + namespace Rests { + /// Contains the REST permission nodes used in TShock. public static class RestPermissions { // tshock.rest.bans nodes