Property | Value |
---|---|
Id | RR0208 |
Title | Add tag to documentation comment |
Syntax | selected word(s) in documentation comment |
Enabled by Default | ✓ |
/// <summary>
/// null
/// </summary>
public class Foo
{
}
/// <summary>
/// <c>null</c>
/// </summary>
public class Foo
{
}
(Generated with DotMarkdown)