diff options
author | simonmar <unknown> | 2002-05-01 11:02:52 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-05-01 11:02:52 +0000 |
commit | 154b9d713f79da3de308f96ae5d2242a3d323997 (patch) | |
tree | a56d2e9dfd8753c732083f283405f325db3682c3 | |
parent | 950e6dbb199b39f533824963957f43495096909a (diff) |
[haddock @ 2002-05-01 11:02:52 by simonmar]
update
-rw-r--r-- | TODO | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -1,19 +1,22 @@ -For 1.0: - * IDoc compatibility, as far as possible - bird-tracks for code blocks -* Do the unlitting/CPPing from Haddock itself - * facilities for saving interfaces so that you can run Haddock against something that isn't the Prelude. -* Allow '-- |' style comments for constructors +----------------------------------------------------------------------------- + +* Do the unlitting/CPPing from Haddock itself so we get the source file + links right. -* Documentation annotations for record fields +* Allow documentation annotations to explicitly name the entity they + refer to. ------------------------------------------------------------------------------ -Post 1.0: +* Add back-references from the definition to the uses of types/classes + (perhaps in the index?) + +* In the contents page, indicate portability/stability of each module + somehow. * remove extra whitespace from the generated HTML to save space |