Difference between revisions of "Haddock"

From HaskellWiki
Jump to navigation Jump to search
(works now)
(main page still shows 2.0, which is broken with GHC 6.8.3)
Line 1: Line 1:
[http://haskell.org/haddock/ Haddock] is a tool for automatically generating documentation from annotated Haskell source code.
+
[http://haskell.org/haddock/ Haddock] is a tool for automatically generating documentation from annotated Haskell source code. Its main web page is not updated as often as its [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haddock hackage page], so check there for the latest version.
   
 
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]].
 
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]
+
* [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]
 
* [[/Development ideas|Ideas for improving Haddock in various ways.]]
 
* [[/Development ideas|Ideas for improving Haddock in various ways.]]
 
* [[/FAQ|Frequently asked questions about Haddock.]]
 
* [[/FAQ|Frequently asked questions about Haddock.]]

Revision as of 08:36, 19 August 2008

Haddock is a tool for automatically generating documentation from annotated Haskell source code. Its main web page is not updated as often as its hackage page, so check there for the latest version.

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.