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.igloo15.MarkdownApi.
Summary
Generate Markdown Api using default themes but with specificed options
Syntax
public static void GenerateMarkdownApi(this ICakeContext context, string searchPath, string outputPath, DefaultOptions options)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The Cake Context |
searchPath |
string |
The search path for dll and xml files |
outputPath |
string |
The path to put the api documentation |
options |
DefaultOptions |
The default options for default theme |
Return Value