Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
DocuParams
The parameter type for docu.
Record Fields
Record Field | Description |
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. |