Difference between revisions of "Haddock"

From HaskellWiki
Jump to navigation Jump to search
(remove duplicate sentence, cleanup)
m (Format)
Line 1: Line 1:
Haddock is a tool for automatically generating documentation from annotated Haskell source code.
+
'''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]].
 
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]].

Revision as of 14:03, 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.