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
FSharpFormatting
Contains tasks which allow to run FSharp.Formatting for generating documentation.
Functions and values
Function or value | Description |
CreateDocs(...)
Signature: source:string -> outputDir:string -> template:string -> projectParameters:seq<string * string> -> unit
|
|
CreateDocsForDlls(...)
Signature: outputDir:string -> templatesDir:string -> projectParameters:seq<string * string> -> sourceRepo:string -> dllFiles:seq<string> -> unit
|
|
run(command)
Signature: command:string -> unit
|
Runs fsformatting.exe with the given command in the given repository directory. |
toolPath
Signature: string
|
Specifies the fsformatting executable |