Haddock
From HaskellWiki
(Difference between revisions)
(Initial summary and link to dev ideas) |
|||
| Line 1: | Line 1: | ||
[http://haskell.org/haddock/ Haddock] a tool for automatically generating documentation from annotated Haskell source code. | [http://haskell.org/haddock/ 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]]. | |
| + | * The main [http://haskell.org/haddock/ Haddock web page] | ||
* [[Haddock:development_ideas|Ideas for improving Haddock in various ways.]] | * [[Haddock:development_ideas|Ideas for improving Haddock in various ways.]] | ||
Revision as of 15:19, 20 January 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.
