| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Done module headers now.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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).
|
|
|
|
| |
update again
|
|
|
|
| |
more updates
|
|
|
|
| |
Update the TODO list, separate into pre-1.0 and post-1.0 items
|
|
|
|
| |
Update the TODO list
|
|
|
|
| |
update the TODO list
|
|
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.
|