Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [haddock @ 2002-06-03 14:15:10 by simonmar] | simonmar | 2002-06-03 | 1 | -35/+35 |
| | | | | update, and separate into bugs, features, and cosmetic items. | ||||
* | [haddock @ 2002-05-28 16:17:11 by simonmar] | simonmar | 2002-05-28 | 1 | -7/+23 |
| | | | | update | ||||
* | [haddock @ 2002-05-15 13:03:41 by simonmar] | simonmar | 2002-05-15 | 1 | -11/+5 |
| | | | | update | ||||
* | [haddock @ 2002-05-13 10:44:10 by simonmar] | simonmar | 2002-05-13 | 1 | -5/+15 |
| | | | | a couple more things, prioritise a bit | ||||
* | [haddock @ 2002-05-09 15:59:45 by simonmar] | simonmar | 2002-05-09 | 1 | -0/+4 |
| | | | | update | ||||
* | [haddock @ 2002-05-09 10:37:25 by simonmar] | simonmar | 2002-05-09 | 1 | -3/+0 |
| | | | | another item done | ||||
* | [haddock @ 2002-05-08 15:43:25 by simonmar] | simonmar | 2002-05-08 | 1 | -12/+1 |
| | | | | update | ||||
* | [haddock @ 2002-05-01 11:03:26 by simonmar] | simonmar | 2002-05-01 | 1 | -0/+2 |
| | | | | Add another item | ||||
* | [haddock @ 2002-05-01 11:02:52 by simonmar] | simonmar | 2002-05-01 | 1 | -8/+11 |
| | | | | update | ||||
* | [haddock @ 2002-04-26 16:02:14 by simonmar] | simonmar | 2002-04-26 | 1 | -0/+4 |
| | | | | Add a couple of things I forgot about | ||||
* | [haddock @ 2002-04-25 14:40:05 by simonmar] | simonmar | 2002-04-25 | 1 | -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] | simonmar | 2002-04-24 | 1 | -2/+0 |
| | | | | Done module headers now. | ||||
* | [haddock @ 2002-04-11 13:40:30 by simonmar] | simonmar | 2002-04-11 | 1 | -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] | simonmar | 2002-04-10 | 1 | -4/+5 |
| | | | | update again | ||||
* | [haddock @ 2002-04-10 16:10:49 by simonmar] | simonmar | 2002-04-10 | 1 | -6/+12 |
| | | | | more updates | ||||
* | [haddock @ 2002-04-10 13:37:23 by simonmar] | simonmar | 2002-04-10 | 1 | -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] | simonmar | 2002-04-09 | 1 | -3/+14 |
| | | | | Update the TODO list | ||||
* | [haddock @ 2002-04-05 13:58:23 by simonmar] | simonmar | 2002-04-05 | 1 | -4/+5 |
| | | | | update the TODO list | ||||
* | [haddock @ 2002-04-04 16:23:43 by simonmar] | simonmar | 2002-04-04 | 1 | -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. |