MarkdownApiExtensions.

GenerateMarkdownApi(ICakeContext, string, string, DefaultOptions) Method

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

Type Description
void