diff options
author | simonmar <unknown> | 2002-04-09 11:36:04 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-04-09 11:36:04 +0000 |
commit | 5077f5b179526da528f8e42b360f1d5bcecf7307 (patch) | |
tree | f818f44f90f6c8e865126f0f1a4a5dc112c62502 /TODO | |
parent | 3675464e88e2aa252b6dc7cdfcd1082c1f9143f8 (diff) |
[haddock @ 2002-04-09 11:36:04 by simonmar]
Update the TODO list
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -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? |