FAKE - F# Make


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

Fork me on GitHub