| SMLDoc |
structure DocumentGenerationParameter =
struct
datatype parameter =
Parameter of
{
author : bool,
contributor : bool,
copyright : bool,
bottom : string option,
charSet : string option,
directory : string,
docTitle : string option,
footer : string option,
header : string option,
helpfile : string option,
help : bool,
hideBySig : bool,
index : bool,
links : {URL : string, linkFile : string} list,
linkSource : bool,
listSubModule : bool,
overview : string option,
printWarning : bool,
recursive : bool,
navbar : bool,
showSummary : bool,
splitIndex : bool,
uses : bool,
version : bool,
verbose : bool,
windowTitle : string option
}
val warn
val error
val onProgress
end
Datatype detail |
---|
datatype parameter =
Parameter of
{
author : bool,
contributor : bool,
copyright : bool,
bottom : string option,
charSet : string option,
directory : string,
docTitle : string option,
footer : string option,
header : string option,
helpfile : string option,
help : bool,
hideBySig : bool,
index : bool,
links : {URL : string, linkFile : string} list,
linkSource : bool,
listSubModule : bool,
overview : string option,
printWarning : bool,
recursive : bool,
navbar : bool,
showSummary : bool,
splitIndex : bool,
uses : bool,
version : bool,
verbose : bool,
windowTitle : string option
}
DataConstructor detail |
---|
constructor Parameter
: {
author : bool,
contributor : bool,
copyright : bool,
bottom : string option,
charSet : string option,
directory : string,
docTitle : string option,
footer : string option,
header : string option,
helpfile : string option,
help : bool,
hideBySig : bool,
index : bool,
links : {URL : string, linkFile : string} list,
linkSource : bool,
listSubModule : bool,
overview : string option,
printWarning : bool,
recursive : bool,
navbar : bool,
showSummary : bool,
splitIndex : bool,
uses : bool,
version : bool,
verbose : bool,
windowTitle : string option
} ->
parameter
Value detail |
---|
val warn
val error
val onProgress
| SMLDoc: Documentation generator for SML |