Fixing StyleCop violations.
This commit is contained in:
parent
1265264cc7
commit
73e7084458
2 changed files with 165 additions and 95 deletions
|
@ -43,19 +43,23 @@
|
|||
// */
|
||||
using System;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace LSLEditor
|
||||
{
|
||||
/// <summary>About dialogue box form.</summary>
|
||||
/// <summary>
|
||||
/// About dialogue box form.
|
||||
/// </summary>
|
||||
public partial class About : Form
|
||||
{
|
||||
/// <summary>
|
||||
/// Initialises a new instance of the <see cref="About" /> class.
|
||||
/// </summary>
|
||||
/// <param name="parent">The parent form.</param>
|
||||
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1642:ConstructorSummaryDocumentationMustBeginWithStandardText", Justification = "Reviewed.")]
|
||||
public About(LSLEditorForm parent)
|
||||
{
|
||||
this.InitializeComponent();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue