Skip to content

Commit 42f7b35

Browse files
author
Christian Käser
committed
Remove static DestructorStandardText
1 parent 5682281 commit 42f7b35

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules/SA1643DestructorSummaryDocumentationMustBeginWithStandardText.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,6 @@ internal class SA1643DestructorSummaryDocumentationMustBeginWithStandardText : S
6868

6969
private static readonly Action<SyntaxNodeAnalysisContext> DestructorDeclarationAction = HandleDestructor;
7070

71-
/// <summary>
72-
/// Gets the standard text which is expected to appear at the beginning of the <c>&lt;summary&gt;</c>
73-
/// documentation for a destructor.
74-
/// </summary>
75-
/// <value>
76-
/// A two-element array containing the standard text which is expected to appear at the beginning of the
77-
/// <c>&lt;summary&gt;</c> documentation for a destructor. The first element appears before the name of the
78-
/// containing class, followed by a <c>&lt;see&gt;</c> element targeting the containing type, and finally
79-
/// followed by the second element of this array.
80-
/// </value>
81-
public static ImmutableArray<string> DestructorStandardText { get; } = ImmutableArray.Create("Finalizes an instance of the ", " class.");
82-
8371
/// <inheritdoc/>
8472
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } =
8573
ImmutableArray.Create(Descriptor);

0 commit comments

Comments
 (0)