diff options
author | Duncan Coutts <duncan.coutts@worc.ox.ac.uk> | 2006-01-23 18:31:13 +0000 |
---|---|---|
committer | Duncan Coutts <duncan.coutts@worc.ox.ac.uk> | 2006-01-23 18:31:13 +0000 |
commit | 100d464a9b3dd754b198053da01478ddf5f922dd (patch) | |
tree | 633674d1b963c2cde5733023d72014f9a324a1d3 | |
parent | 1a82a297a5c99242260888c467a9c4e9e8eb98e7 (diff) |
remove a couple TODO items that have been done
The --wiki, or rather the --comment-* options are now documented.
There is probably no need to have haddock invoke unlit or cpp itself since
it can now pick up the line pragmas to get the source locations right. Tools
like Cabal will arrange for preprocessors to be run so there is less of a need
for tools like haddock to do it themselves.
-rw-r--r-- | TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1,8 +1,6 @@ -- --------------------------------------------------------------------------- -- Before next release -* Document --wiki - ----------------------------------------------------------------------------- -- bugs @@ -81,9 +79,6 @@ * Add a search feature which just invokes Google? -* Do the unlitting/CPPing from Haddock itself so we get the source file - links right. - * attributes for individual declarations, eg. -- #abstract or targetted to a specific decl: |