You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/StyleRules.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,8 @@ Identifier | Name | Description
8
8
[DOC101](DOC101.md) | UseChildBlocksConsistently | The documentation for the element contains some text which is wrapped in block-level elements, and other text which is written inline.
9
9
[DOC102](DOC102.md) | UseChildBlocksConsistentlyAcrossElementsOfTheSameKind | The documentation for the element contains inline text, but the documentation for a sibling element of the same kind uses block-level elements.
10
10
[DOC103](DOC103.md) | UseUnicodeCharacters | The documentation contains an unnecessary or unrecognized HTML character entity.
11
+
[DOC104](DOC104.md) | UseSeeLangword | The contains a language keyword reference using `<c>keyword</c>` that can be converted to the preferred form `<see langword="keyword"/>`.
12
+
[DOC105](DOC105.md) | UseParamref | The contains a parameter reference using `<c>name</c>` that can be converted to the preferred form `<paramref name="name"/>`.
13
+
[DOC106](DOC106.md) | UseTypeparamref | The contains a type parameter reference using `<c>T</c>` that can be converted to the preferred form `<typeparamref name="T"/>`.
14
+
[DOC107](DOC107.md) | UseSeeCref | The contains a code element reference using `<c>name</c>` that can be converted to the preferred form `<see cref="name"/>`.
11
15
[DOC108](DOC108.md) | AvoidEmptyParagraphs | The documentation contains an empty paragraph element (`<para/>` or `<p/>`) used as a paragraph separator.
0 commit comments