-
Notifications
You must be signed in to change notification settings - Fork 513
Closed
Labels
Description
I would like to propose the implementation and inclusion of a new StyleCop diagnostic.
Category: Documentation
Rule: Place text in paragraphs
Description: Text within certain documentation elements should be placed within <para>
tags. This includes all blocks of text within a <remarks>
or <note>
element.
Rationale: This rule ensures these elements appear consistently when rendered to a variety of output media, including HTML.