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
|
// mail: alphons@heijden.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
[module: SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1642:ConstructorSummaryDocumentationMustBeginWithStandardText", Justification = "Reviewed.")]
|
||||||
|
|
||||||
namespace LSLEditor
|
namespace LSLEditor
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -188,7 +190,6 @@ namespace LSLEditor
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initialises a new instance of the <see cref="SecondLife"/> class.
|
/// Initialises a new instance of the <see cref="SecondLife"/> class.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1642:ConstructorSummaryDocumentationMustBeginWithStandardText", Justification = "Reviewed.")]
|
|
||||||
public SecondLife()
|
public SecondLife()
|
||||||
{
|
{
|
||||||
this.host = null;
|
this.host = null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue