XmlDocInspectionIssueType Enum
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Specifies the type of issue found during the inspection of XML documentation comments.
public enum XmlDocInspectionIssueTypeFields
| Name | Value | Description |
|---|---|---|
| MissingRequiredTag | 0 | A required XML documentation tag is missing or has no content. |
| MissingOptionalTag | 1 | An optional XML documentation tag is missing or has no content. |
| UndocumentedReference | 2 | A reference in an XML documentation tag is not properly described. |
| UntitledSeeAlso | 3 | A see-also reference to a URI has no description. |
