From 5077f5b179526da528f8e42b360f1d5bcecf7307 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 9 Apr 2002 11:36:04 +0000 Subject: [haddock @ 2002-04-09 11:36:04 by simonmar] Update the TODO list --- TODO | 17 ++++++++++++++--- 1 file 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? -- cgit v1.2.3