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;