Add tag to documentation comment
Property | Value |
---|---|
Id | RR0208 |
Applicable Syntax | selected word(s) in documentation comment |
Enabled by Default | ✓ |
Usage
Example #1
before.cs
/// <summary>
/// null
/// </summary>
public class Foo
{
}
after.cs
/// <summary>
/// <c>null</c>
/// </summary>
public class Foo
{
}
Configuration
roslynator_refactoring.add_tag_to_documentation_comment.enabled = true|false