Summary
Contains functionality related to MSBuild XML document files.
- Namespace
- Cake
.Common .Solution .Project .XmlDoc - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["XmlDocAliases"]
class Type type-node
Syntax
[CakeAliasCategory("MSBuild Resource")]
public static class XmlDocAliases
Attributes
Type | Description |
---|---|
Cake |
An attribute used for documentation of alias methods/properties. |
Methods
Name | Value | Summary |
---|---|---|
Parse |
IEnumerable |
Parses Xml documentation example code from given path.
static
|
Parse |
IEnumerable |
Parses Xml documentation example code from file(s) using given pattern.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|