Turn off XML comment warnings for permissions
This commit is contained in:
parent
12b83f6f85
commit
4158990bee
1 changed files with 5 additions and 0 deletions
|
|
@ -23,8 +23,12 @@ using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
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
|
namespace TShockAPI
|
||||||
{
|
{
|
||||||
|
/// <summary>Contains the permission nodes used in TShock.</summary>
|
||||||
public static class Permissions
|
public static class Permissions
|
||||||
{
|
{
|
||||||
// tshock.account nodes
|
// tshock.account nodes
|
||||||
|
|
@ -400,6 +404,7 @@ namespace TShockAPI
|
||||||
|
|
||||||
[Description("Player can see advanced information about any user account.")]
|
[Description("Player can see advanced information about any user account.")]
|
||||||
public static readonly string advaccountinfo = "tshock.accountinfo.details";
|
public static readonly string advaccountinfo = "tshock.accountinfo.details";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Lists all commands associated with a given permission
|
/// Lists all commands associated with a given permission
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue