RCS1100: Format documentation summary on a single line
WARNING
This analyzer is obsolete. Use RCS1253 instead.
Properties
Property | Value |
---|---|
Default Severity | disabled by default |
Minimum language version | - |
Examples
Example #1
diagnostic.cs
/// <summary>
/// ...
/// </summary>
public void Foo()
{
}
fix.cs
/// <summary>...</summary>
public void Foo()
{
}