DocuHelper
Contains helper functions to run the XML documentation tool "docu".
Nested types and modules
| Type | Description |
|
DocuParams
|
The parameter type for docu.
|
Functions and values
| Function or value | Description |
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
|