Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [haddock @ 2002-04-11 13:40:30 by simonmar] | simonmar | 2002-04-11 | 1 | -1/+47 |
| | | | | | | | | | | | | | - copy haddock.css into the same place as the generated HTML - new option: --css <file> specifies the style sheet to use - new option: -o <dir> specifies the directory in which to generate the output. - because Haddock now needs to know where to find its default stylesheet, we have to have a wrapper script and do the haddock-inplace thing (Makefile code copied largely from fptools/happy). | ||||
* | [haddock @ 2002-04-04 16:23:43 by simonmar] | simonmar | 2002-04-04 | 1 | -0/+9 |
This is Haddock, my stab at a Haskell documentation tool. It's not quite ready for release yet, but I'm putting it in the repository so others can take a look. It uses a locally modified version of the hssource parser, extended with support for GHC extensions and documentation annotations. |