Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 781 Bytes

RR0208.md

File metadata and controls

39 lines (29 loc) · 781 Bytes

Add tag to documentation comment

Property Value
Id RR0208
Title Add tag to documentation comment
Syntax selected word(s) in documentation comment
Enabled by Default

Usage

Before

/// <summary>
/// null
/// </summary>
public class Foo
{
}

After

/// <summary>
/// <c>null</c>
/// </summary>
public class Foo
{
}

See Also

(Generated with DotMarkdown)