FAKE - F# Make


DocuParams

The parameter type for docu.

Record Fields

Record FieldDescription
OutputPath
Signature: string

The output path of the generated docs. The default is "./output/".

TemplatesPath
Signature: string

The HTML templates for the generated docs.

TimeOut
Signature: TimeSpan

Allows to specify a timeout for docu. The default is 5 minutes.

ToolPath
Signature: string

The tool path - FAKE tries to find docu.exe automatically in any sub folder.

Fork me on GitHub