diff options
author | simonmar <unknown> | 2002-08-05 09:03:49 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-08-05 09:03:49 +0000 |
commit | c1acff8f1d78b5d73f34ab745813bd0a1c604ba4 (patch) | |
tree | fd7794333e167e48858f4713028a4d42614c78e7 /TODO | |
parent | 8106b086a5ce09914fdc9f331a7bc91a5b2e0c1a (diff) |
[haddock @ 2002-08-05 09:03:49 by simonmar]
update
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -21,16 +21,22 @@ generated by bugs in the Haskell source. Divide out the proper internal error cases and emit proper error messages. +* Document new labelling feature + ----------------------------------------------------------------------------- -- features +* There ought to be a way to include some structure in the "description" + (section headings, etc.) and possibly in other comments. (suggseted + by Daan). + +* Comments on instance declarations? (suggested by Daan). + * Add a search feature which just invokes Google? * Do the unlitting/CPPing from Haddock itself so we get the source file links right. -* Allow linking to a section name? - * attributes for individual declarations, eg. -- #abstract or targetted to a specific decl: |