Difference between revisions of "Haddock"

From HaskellWiki
Jump to navigation Jump to search
m (Format)
(how about some structure?)
Line 3: Line 3:
 
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]].
 
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]].
   
  +
== Download ==
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haddock The hackage page] is updated more often than the main [http://haskell.org/haddock/ Haddock web page]
+
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haddock HackageDB: Haddock]
  +
  +
== Documentation ==
  +
* [http://haskell.org/haddock/ Haddock web page]
 
* [[/FAQ|FAQ]]
 
* [[/FAQ|FAQ]]
  +
  +
== Development ==
 
* [[/Development ideas|Ideas for improving Haddock in various ways.]]
 
* [[/Development ideas|Ideas for improving Haddock in various ways.]]
 
* [http://trac.haskell.org/haddock/ Haddock Trac]
 
* [http://trac.haskell.org/haddock/ Haddock Trac]

Revision as of 14:40, 21 August 2009

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.

Download

Documentation

Development