Rules related to the portability of documentation comments.
| Identifier | Name | Description |
|---|---|---|
| DOC200 | UseXmlDocumentationSyntax | The documentation for the element an HTML element equivalent to a known XML documentation element. |
| DOC201 | ItemShouldHaveDescription | The documentation for an <item> within a <list> did not include the required <term> and/or <description> elements. |
| DOC202 | UseSectionElementsCorrectly | The documentation contains a section element where a block or inline element was expected. |
| DOC203 | UseBlockElementsCorrectly | The documentation contains a block element where a section or inline element was expected. |
| DOC204 | UseInlineElementsCorrectly | The documentation contains an inline element where a section or block element was expected. |
| DOC207 | UseSeeLangwordCorrectly | The documentation contains a <see langword="..."/> element with an unrecognized keyword. |
| DOC209 | UseSeeHrefCorrectly | The documentation contains a <see href="..."/> element with an unrecognized URI. |