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

DocuHelper

Contains helper functions to run the XML documentation tool "docu".

Nested types and modules

TypeDescription
DocuParams

The parameter type for docu.

Functions and values

Function or valueDescription
Docu setParams assemblies
Signature: setParams:(DocuParams -> DocuParams) -> assemblies:seq<string> -> unit

Generates a HTML documentation from XML docs via the docu.exe.

Parameters

  • setParams - Function used to manipulate the default docu parameters.
  • assemblies - Sequence of one or more assemblies containing the XML docs.
DocuDefaults
Signature: DocuParams

The Docu default params