Summary
Parses Xml documentation example code from given path.
- Namespace
- Cake
.Common .Solution .Project .XmlDoc - Containing Type
- Xml
Doc Example Code Parser
Syntax
[SuppressMessage("Microsoft.Usage", "CA2202:Do not dispose objects multiple times")]
public IEnumerable<XmlDocExampleCode> Parse(FilePath xmlFilePath)
Attributes
| Type | Description |
|---|---|
| Suppress |
Parameters
| Name | Type | Description |
|---|---|---|
| xmlFilePath | FilePath | Path to the file to parse. |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
Parsed Example Code. |
