This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.XmlDocMarkdown.
Summary
Generates Markdown from .NET XML documentation comments.
Syntax
public static XmlDocMarkdownResult XmlDocMarkdownGenerate(this ICakeContext context, FilePath inputPath, DirectoryPath outputPath, XmlDocMarkdownSettings settings = null)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The Cake context. |
| inputPath |
FilePath |
The input assembly. |
| outputPath |
DirectoryPath |
The output directory. |
| settings |
XmlDocMarkdownSettings |
The settings. |
Return Value
| Type |
Description |
| XmlDocMarkdownResult |
The names of files that were added, changed, or removed. |