HsColourSource codeContentsIndex
Main
Synopsis
data Option
= Help
| Version
| Information
| Format Output
| LHS Bool
| Anchors Bool
| Partial Bool
| Input FilePath
| Output FilePath
optionTable :: [(String, Option)]
parseOption :: String -> Either String Option
main :: IO ()
Documentation
data Option Source
Command-line options
Constructors
Helpprint usage message
Versionreport version
Informationreport auxiliary information, e.g. CSS defaults
Format Outputwhat type of output to produce
LHS Boolliterate input (i.e. multiple embedded fragments)
Anchors Boolwhether to add anchors
Partial Boolwhether to produce a full document or partial
Input FilePathinput source file
Output FilePathoutput source file
show/hide Instances
optionTable :: [(String, Option)]Source
parseOption :: String -> Either String OptionSource
main :: IO ()Source
Produced by Haddock version 2.1.0