aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO13
1 files changed, 1 insertions, 12 deletions
diff --git a/TODO b/TODO
index 3be52f23..e7f03b01 100644
--- a/TODO
+++ b/TODO
@@ -1,19 +1,14 @@
-* IDoc compatibility, as far as possible
- - bird-tracks for code blocks
+* Put SrcLocs in DocComments
* facilities for saving interfaces so that you can run Haddock against
something that isn't the Prelude.
------------------------------------------------------------------------------
-
* Do the unlitting/CPPing from Haddock itself so we get the source file
links right.
* Allow documentation annotations to explicitly name the entity they
refer to.
-* Allow {- -} style documentation comments in addition to --.
-
* Add back-references from the definition to the uses of types/classes
(perhaps in the index?)
@@ -35,8 +30,6 @@
* include file revision info in module headers
-* Allow fully hiding modules from the output
-
* Add a link to the defining location of a re-exported entity
* fixities
@@ -51,10 +44,6 @@
* Horizontal lines?
-* enhance the doc string parser:
- * @...@ for monospaced text
- * an apostrophe inside a string shouldn't be considered to be a quote
-
* Do proper dependency analysis rather than relying on laziness to
sort it out.