From cf2b9152dfad0a4e40be94a048e62d104e9e6506 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 25 May 2004 09:34:54 +0000 Subject: [haddock @ 2004-05-25 09:34:54 by simonmar] Add some TODO items --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 61f8a296..46d3829c 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,13 @@ ----------------------------------------------------------------------------- -- bugs +* The lexer should handle "...." in doc strings, only recognising it if the + contents looks like a module name. + +* Mentioning a qualified identifer in doc loses the qualifier, even when + it is required? (see "[Haskell] auto-qualification of identifiers in + Haddock"). + * doc --gen-contents and --use-contents * A module re-export should only reference the target module if the @@ -41,6 +48,9 @@ ----------------------------------------------------------------------------- -- features +* Have a short description for a module, which is presented by the module + name in the contents? (idea from George Russell). + * In theory there's no reason why we have to only link to modules which are imported by the current module. This is an artificial restriction. We might try doing a two-pass strategy: first find out -- cgit v1.2.3