XmlDocInspectionIssue Struct

Namespace
Kampute.DocToolkit.XmlDoc
Assembly
  • Kampute.DocToolkit.dll

Definition

Represents an issue found during the inspection of XML documentation comments.
public readonly struct XmlDocInspectionIssue
Inheritance

Properties

CodeReferenceGets the code reference associated with the issue, if applicable.
HyperlinkGets the hyperlink reference associated with the issue, if applicable.
IssueTypeGets the type of issue.
MemberGets the member associated with the issue.
ParameterGets the parameter associated with the issue, if applicable.
TypeParameterGets the type parameter associated with the issue, if applicable.
XmlTagGets the XML documentation tag associated with the issue.

Methods

MissingOptionalTag(IMember, XmlDocTag)Initializes a new instance of the XmlDocInspectionIssue for a missing optional tag.
MissingRequiredTag(IMember, XmlDocTag)Initializes a new instance of the XmlDocInspectionIssue for a missing required tag.
ToString()Returns a string that represents the current issue.
UndocumentedParameter(IParameter)Initializes a new instance of the XmlDocInspectionIssue for an undocumented parameter.
UndocumentedReference(IMember, XmlDocTag, string)Initializes a new instance of the XmlDocInspectionIssue for an undocumented reference.
UndocumentedReturnParameter(IParameter)Initializes a new instance of the XmlDocInspectionIssue for an undocumented return parameter.
UndocumentedTypeParameter(ITypeParameter)Initializes a new instance of the XmlDocInspectionIssue for an undocumented type parameter.
UntitledSeeAlso(IMember, string)Initializes a new instance of the XmlDocInspectionIssue for an untitled see-also reference.