aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorsimonmar <unknown>2004-05-25 09:34:54 +0000
committersimonmar <unknown>2004-05-25 09:34:54 +0000
commitcf2b9152dfad0a4e40be94a048e62d104e9e6506 (patch)
tree64a39f996b7a553af4ad02ef5a37de9a6d3b504d /TODO
parent37588686ebcd4797c9096b5a00a0db6b7464582b (diff)
[haddock @ 2004-05-25 09:34:54 by simonmar]
Add some TODO items
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
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