Turn off XML comment warnings for permissions

This commit is contained in:
Lucas Nicodemus 2017-12-23 09:38:19 -07:00
parent 12b83f6f85
commit 4158990bee

View file

@ -23,8 +23,12 @@ using System.IO;
using System.Linq;
using System.Text;
// Since the permission nodes have annotations that say what they are, we don't need XML comments.
#pragma warning disable 1591
namespace TShockAPI
{
/// <summary>Contains the permission nodes used in TShock.</summary>
public static class Permissions
{
// tshock.account nodes
@ -400,6 +404,7 @@ namespace TShockAPI
[Description("Player can see advanced information about any user account.")]
public static readonly string advaccountinfo = "tshock.accountinfo.details";
/// <summary>
/// Lists all commands associated with a given permission
/// </summary>