Haddock
From HaskellWiki
(Difference between revisions)
m |
m (+cat) |
||
| Line 5: | Line 5: | ||
* The main [http://haskell.org/haddock/ Haddock web page] | * The main [http://haskell.org/haddock/ Haddock web page] | ||
* [[/Development ideas|Ideas for improving Haddock in various ways.]] | * [[/Development ideas|Ideas for improving Haddock in various ways.]] | ||
| + | |||
| + | [[Category:Tools]] | ||
Revision as of 07:16, 23 March 2006
Haddock a tool for automatically generating documentation from annotated Haskell source code.
Haddock is now the de facto standard Haskell documentation tool. It is used for the standard libraries that come with GHC and Hugs. It is also supported by Cabal.
