ApiDocComment Type
Represents a documentation comment attached to source code
Constructors
Constructor |
Description
|
Full Usage:
ApiDocComment(xmldoc, summary, remarks, parameters, returns, examples, notes, exceptions, rawData)
Parameters:
XElement option
summary : ApiDocHtml
remarks : ApiDocHtml option
parameters : (string * ApiDocHtml) list
returns : ApiDocHtml option
examples : ApiDocHtml list
notes : ApiDocHtml list
exceptions : (string * string option * ApiDocHtml) list
rawData : KeyValuePair<string, string> list
Returns: ApiDocComment
|
|
Instance members
Instance member |
Description
|
|
The examples sections of the comment
|
|
The notes sections of the comment
|
|
The notes sections of the comment
|
|
The param sections of the comment
|
|
The raw data of the comment
|
|
The remarks html for comment
|
|
The return sections of the comment
|
|
The summary for the comment
|
The XElement for the XML doc if available
|