aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-04-11 13:40:31 +0000
committersimonmar <unknown>2002-04-11 13:40:31 +0000
commitfe9b10f8c0758645c680b339b8cc26bfb25697e8 (patch)
treeadfa11682a095eaa758f6c57fedc05b7347e283a /TODO
parent69006c3efae7477ca84fd679f72d6a0a2f500534 (diff)
[haddock @ 2002-04-11 13:40:30 by simonmar]
- 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).
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 1 insertions, 4 deletions
diff --git a/TODO b/TODO
index 007edcf9..4a07c47d 100644
--- a/TODO
+++ b/TODO
@@ -3,6 +3,7 @@ For 1.0:
* parse module headers, augment Interface with info from header
* IDoc compatibility, as far as possible
+ - bird-tracks for code blocks
* named chunks of documentation?
@@ -11,10 +12,6 @@ For 1.0:
* facilities for saving interfaces so that you can run Haddock against
something that isn't the Prelude.
-* copy haddock.css into the right place when run
-
-* allow the HTML/DocBook to be generated into a specified directory
-
-----------------------------------------------------------------------------
Post 1.0: