Haddock module description
Simon Marlow
simonmar@microsoft.com
Wed, 4 Jun 2003 14:58:45 +0100
=20
> The Haddock document [1] section 3.3 gives a very simple=20
> specification for=20
> the module description, but the accompanying examples [2][3]=20
> suggest that=20
> certain common layout in the module description is picked up=20
> and formatted=20
> specially. Is there a description of this?
Haddock understands the style of module header that we're using for the
hierarchical libraries. The module header is described in this document
(see the section Reference Libraries->Coding Style->Module Header):
http://www.haskell.org/hierarchical-modules/libraries/libraries.html
Cheers,
Simon