Difference between revisions of "Haddock"

From HaskellWiki
Jump to navigation Jump to search
m (added "is" to first sentence)
(updated repo info)
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[http://haskell.org/haddock/ 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.
   
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]].
+
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 ==
* The main [http://haskell.org/haddock/ Haddock web page]
 
  +
* [http://hackage.haskell.org/package/haddock HackageDB: Haddock]
  +
  +
== Documentation ==
 
* [http://haskell.org/haddock/ Haddock web page]
  +
* [[/FAQ|FAQ]]
  +
  +
== Development ==
 
* [[/Development ideas|Ideas for improving Haddock in various ways.]]
 
* [[/Development ideas|Ideas for improving Haddock in various ways.]]
  +
* [http://github.com/haskell/haddock/ Haddock GitHub repo]
  +
* Obsolete [http://trac.haskell.org/haddock/ Haddock Trac]
   
 
[[Category:Tools]]
 
[[Category:Tools]]

Latest revision as of 02:54, 28 November 2015

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