aboutsummaryrefslogtreecommitdiff
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
...
* [haddock @ 2002-05-01 11:03:26 by simonmar]simonmar2002-05-011-0/+2
| | | | Add another item
* [haddock @ 2002-05-01 11:02:52 by simonmar]simonmar2002-05-011-8/+11
| | | | update
* [haddock @ 2002-04-26 16:02:14 by simonmar]simonmar2002-04-261-0/+4
| | | | Add a couple of things I forgot about
* [haddock @ 2002-04-25 14:40:05 by simonmar]simonmar2002-04-251-2/+0
| | | | | | | - Add support for named chunks of documentation which can be referenced from the export list. - Copy the icon from $libdir to the destination in HTML mode.
* [haddock @ 2002-04-24 15:16:57 by simonmar]simonmar2002-04-241-2/+0
| | | | Done module headers now.
* [haddock @ 2002-04-11 13:40:30 by simonmar]simonmar2002-04-111-4/+1
| | | | | | | | | | | | | - 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-10 16:38:03 by simonmar]simonmar2002-04-101-4/+5
| | | | update again
* [haddock @ 2002-04-10 16:10:49 by simonmar]simonmar2002-04-101-6/+12
| | | | more updates
* [haddock @ 2002-04-10 13:37:23 by simonmar]simonmar2002-04-101-14/+19
| | | | Update the TODO list, separate into pre-1.0 and post-1.0 items
* [haddock @ 2002-04-09 11:36:04 by simonmar]simonmar2002-04-091-3/+14
| | | | Update the TODO list
* [haddock @ 2002-04-05 13:58:23 by simonmar]simonmar2002-04-051-4/+5
| | | | update the TODO list
* [haddock @ 2002-04-04 16:23:43 by simonmar]simonmar2002-04-041-0/+35
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.