From 89de5582f50a8c955f1ad035bb96a91ea412fe1f Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Tue, 16 Jul 2013 18:38:44 +0100 Subject: [PATCH] Moving StyleCop SuppressMessage to start of code. --- trunk/SecondLife/SecondLifeMain.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trunk/SecondLife/SecondLifeMain.cs b/trunk/SecondLife/SecondLifeMain.cs index e382466..4f24b34 100644 --- a/trunk/SecondLife/SecondLifeMain.cs +++ b/trunk/SecondLife/SecondLifeMain.cs @@ -53,6 +53,8 @@ using System.Text.RegularExpressions; // mail: alphons@heijden.com */ +[module: SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1642:ConstructorSummaryDocumentationMustBeginWithStandardText", Justification = "Reviewed.")] + namespace LSLEditor { /// @@ -188,7 +190,6 @@ namespace LSLEditor /// /// Initialises a new instance of the class. /// - [SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1642:ConstructorSummaryDocumentationMustBeginWithStandardText", Justification = "Reviewed.")] public SecondLife() { this.host = null;