Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
OBSOLETE
FAKE0001 Use the Fake.Documentation.DocFx module instead
DocFxHelper
Contains helper functions to run the documentation tool "docfx".
Nested types and modules
Type | Description |
DocFxParams |
OBSOLETEFAKE0001 Use the Fake.Documentation.DocFx module instead The parameter type for DocFx. |
Functions and values
Function or value | Description |
DocFx(setParams)
Signature: setParams:(DocFxParams -> DocFxParams) -> unit
Attributes: [<Obsolete("FAKE0001 Use the Fake.Documentation.DocFx module instead")>] |
OBSOLETEFAKE0001 Use the Fake.Documentation.DocFx module instead Generates a DocFx documentation. Parameters
|
DocFxDefaults
Signature: DocFxParams
Attributes: [<Obsolete("FAKE0001 Use the Fake.Documentation.DocFx module instead")>] |
OBSOLETEFAKE0001 Use the Fake.Documentation.DocFx module instead The default parameters |