Skip to main content

Add tag to documentation comment

PropertyValue
IdRR0208
Applicable Syntaxselected 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