aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-04-10 16:38:03 +0000
committersimonmar <unknown>2002-04-10 16:38:03 +0000
commitace03e8f0284f27170fc1cca80dd20cdfd1a39e6 (patch)
tree7196b27745a59c3def1cbe7a6d6c252bf057eec1
parent1c052b0e301f27f7ed4c682b86aae33b3450cc45 (diff)
[haddock @ 2002-04-10 16:38:03 by simonmar]
update again
-rw-r--r--TODO9
1 files changed, 5 insertions, 4 deletions
diff --git a/TODO b/TODO
index 9723ce66..007edcf9 100644
--- a/TODO
+++ b/TODO
@@ -6,8 +6,6 @@ For 1.0:
* named chunks of documentation?
-* Handle parse errors better in doc strings
-
* Do the unlitting/CPPing from Haddock itself
* facilities for saving interfaces so that you can run Haddock against
@@ -17,11 +15,14 @@ For 1.0:
* allow the HTML/DocBook to be generated into a specified directory
-* remove extra whitespace from the generated HTML
-
-----------------------------------------------------------------------------
Post 1.0:
+* remove extra whitespace from the generated HTML to save space
+
+* To clean up: various warnings are emitted with trace rather than
+ being propagated back to the top level properly.
+
* split large modules into several pages (perhaps split at each
section 1 heading?)