aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNeil Mitchell <unknown>2008-07-10 15:30:47 +0000
committerNeil Mitchell <unknown>2008-07-10 15:30:47 +0000
commit8a57a3cbb683eef73749cac779ae7e01d2f89362 (patch)
treedb4f31975600444fa88f278ba33afbc0102fd0ee /src
parentf7525573cd1964a6a4fff3c92b737f0ee7d3621c (diff)
Remove the TODO in the Hoogle HTML generation, was already done
Diffstat (limited to 'src')
-rw-r--r--src/Haddock/Backends/Hoogle.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Haddock/Backends/Hoogle.hs b/src/Haddock/Backends/Hoogle.hs
index 14594569..f0eced51 100644
--- a/src/Haddock/Backends/Hoogle.hs
+++ b/src/Haddock/Backends/Hoogle.hs
@@ -156,7 +156,6 @@ type Tags = [Tag]
box f x = [f x]
str a = [Str a]
--- TODO:
-- want things like paragraph, pre etc to be handled by blank lines in the source document
-- and things like \n and \t converted away
-- much like blogger in HTML mode