Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 622 Bytes

DOCUMENTATION.md

File metadata and controls

17 lines (9 loc) · 622 Bytes

DocumentationAnalyzers provides warnings that indicate documentation rule violations in C# code. The warnings are organized into rule areas. This section provides an explanation of each of the default DocumentationAnalyzers rules.

Rule areas

Style Rules (DOC100-)

Rules related to the style of documentation comments.

Portability Rules (DOC200-)

Rules related to the portability of documentation comments.

Refactorings (DOC900-)

Additional refactorings provided when the analyzer is installed.

Additional documentation