Moving StyleCop SuppressMessage to start of code.
This commit is contained in:
parent
2d79d6f56f
commit
89de5582f5
1 changed files with 2 additions and 1 deletions
|
@ -53,6 +53,8 @@ using System.Text.RegularExpressions;
|
|||
// mail: alphons@heijden.com
|
||||
*/
|
||||
|
||||
[module: SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1642:ConstructorSummaryDocumentationMustBeginWithStandardText", Justification = "Reviewed.")]
|
||||
|
||||
namespace LSLEditor
|
||||
{
|
||||
/// <summary>
|
||||
|
@ -188,7 +190,6 @@ namespace LSLEditor
|
|||
/// <summary>
|
||||
/// Initialises a new instance of the <see cref="SecondLife"/> class.
|
||||
/// </summary>
|
||||
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1642:ConstructorSummaryDocumentationMustBeginWithStandardText", Justification = "Reviewed.")]
|
||||
public SecondLife()
|
||||
{
|
||||
this.host = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue