Summary
Parses Xml documentation example code from file(s) using given pattern.
- Namespace
- Cake
.Common .Solution .Project .XmlDoc - Containing Type
- Xml
Doc Example Code Parser
Syntax
public IEnumerable<XmlDocExampleCode> ParseFiles(GlobPattern pattern)
Parameters
Name | Type | Description |
---|---|---|
pattern | GlobPattern | The globber file pattern. |
Return Value
Type | Description |
---|---|
IEnumerable |
Parsed Example Code. |