diff options
author | simonmar <unknown> | 2004-05-25 09:34:54 +0000 |
---|---|---|
committer | simonmar <unknown> | 2004-05-25 09:34:54 +0000 |
commit | cf2b9152dfad0a4e40be94a048e62d104e9e6506 (patch) | |
tree | 64a39f996b7a553af4ad02ef5a37de9a6d3b504d | |
parent | 37588686ebcd4797c9096b5a00a0db6b7464582b (diff) |
[haddock @ 2004-05-25 09:34:54 by simonmar]
Add some TODO items
-rw-r--r-- | TODO | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |