Turn off XML comment warnings in REST Permissions
This commit is contained in:
parent
4158990bee
commit
c2fe96921e
1 changed files with 4 additions and 0 deletions
|
|
@ -18,8 +18,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
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
|
||||
{
|
||||
/// <summary>Contains the REST permission nodes used in TShock.</summary>
|
||||
public static class RestPermissions
|
||||
{
|
||||
// tshock.rest.bans nodes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue