PortabilityRules.md

October 8, 2018 ยท View on GitHub

Portability Rules (DOC200-)

Rules related to the portability of documentation comments.

IdentifierNameDescription
DOC200UseXmlDocumentationSyntaxThe documentation for the element an HTML element equivalent to a known XML documentation element.
DOC201ItemShouldHaveDescriptionThe documentation for an <item> within a <list> did not include the required <term> and/or <description> elements.
DOC202UseSectionElementsCorrectlyThe documentation contains a section element where a block or inline element was expected.
DOC203UseBlockElementsCorrectlyThe documentation contains a block element where a section or inline element was expected.
DOC204UseInlineElementsCorrectlyThe documentation contains an inline element where a section or block element was expected.
DOC207UseSeeLangwordCorrectlyThe documentation contains a <see langword="..."/> element with an unrecognized keyword.
DOC209UseSeeHrefCorrectlyThe documentation contains a <see href="..."/> element with an unrecognized URI.