aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-04-09 11:36:04 +0000
committersimonmar <unknown>2002-04-09 11:36:04 +0000
commit5077f5b179526da528f8e42b360f1d5bcecf7307 (patch)
treef818f44f90f6c8e865126f0f1a4a5dc112c62502 /TODO
parent3675464e88e2aa252b6dc7cdfcd1082c1f9143f8 (diff)
[haddock @ 2002-04-09 11:36:04 by simonmar]
Update the TODO list
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 14 insertions, 3 deletions
diff --git a/TODO b/TODO
index bc4621a4..32e34529 100644
--- a/TODO
+++ b/TODO
@@ -13,8 +13,6 @@
* Add a link to the defining location of a re-exported entity
-* Add an index page to the HTML output
-
* fixities
* we don't deal with records properly - exporting record selectors etc.
@@ -25,12 +23,25 @@
* check handling of special types ([], (), (,) etc.)
+* Horizontal lines?
+
+* Short contents at the top of each module?
+
* enhance the doc string parser:
* @...@ for monospaced text
* an apostrophe inside a string shouldn't be considered to be a quote
- * `..' instead of '..' ?
+ * the lexer should deal with <...> so that special chars
+ inside don't need to be escaped.
* Handle parse errors better in doc strings
* Do proper dependency analysis rather than relying on laziness to
sort it out.
+
+* Do the unlitting/CPPing from Haddock itself
+
+* clean up the layout: don't use table cellspacing, use CSS instead
+
+* omit the synopsis for modules with no doc
+
+* named chunks of documentation?