diff options
author | simonmar <unknown> | 2002-04-05 13:58:23 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-04-05 13:58:23 +0000 |
commit | 1570cbc1516011c5486967733d3be1e722449312 (patch) | |
tree | bf9f6d2def41d25d9d5e220b2f3d88cf37797c0d /TODO | |
parent | 8363294c673619f5442e802c6bda346d864fb909 (diff) |
[haddock @ 2002-04-05 13:58:23 by simonmar]
update the TODO list
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -9,10 +9,11 @@ * handle scoped type variables in the parser -* For a re-exported declaration, remap its original names to names that are - "closer" to the current module (might need to rename decls twice: once - for docs with import_env, and once for export with orig_env). This is - the final support needed to fully "hide" modules from the output. +* Allow fully hiding modules from the output + +* Add a link to the defining location of a re-exported entity + +* Add an index page to the HTML output * fixities |