RCS0009: Add blank line between declaration and documentation comment
Properties
Property | Value |
---|---|
Default Severity | disabled by default |
Minimum language version | - |
Examples
Example #1
diagnostic.cs
object P1 { get; }
/// <summary>
/// ...
/// </summary>
object P2 { get; }
fix.cs
object P1 { get; }
/// <summary>
/// ...
/// </summary>
object P2 { get; }