Haddock

From HaskellWiki
Revision as of 14:01, 21 August 2009 by Lenny222 (talk | contribs) (remove duplicate sentence, cleanup)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Haddock is a tool for automatically generating documentation from annotated Haskell source code.

It is the de facto standard Haskell documentation tool, being used for the documentation of the standard libraries that come with GHC and Hugs. It is also supported by Cabal.