1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: haddock
Section: devel
Priority: optional
Maintainer: Ian Lynagh (wibble) <igloo@debian.org>
Build-Depends: debhelper (>= 4), docbook-utils, happy, ghc6 | ghc5, xutils
Standards-Version: 3.5.6.0
Package: haddock
Architecture: any
Depends: ${shlibs:Depends}
Description: Documentation tool for annotated Haskell source code
Haddock is a tool for automatically generating documentation from
annotated Haskell source code. It is primary intended for documenting
libraries, but it should be useful for any kind of Haskell code.
.
Haddock lets you write documentation annotations next to the
definitions of functions and types in the source code, in a syntax
that is easy on the eye when writing the source code (no heavyweight
mark-up). The documentation generated by Haddock is fully hyperlinked:
click on a type name in a type signature to go straight to the
definition, and documentation, for that type.
.
Haddock can generate documentation in multiple formats; currently HTML
is implemented, and there is partial support for generating DocBook.
|