diff options
author | David Waern <unknown> | 2007-08-17 11:41:05 +0000 |
---|---|---|
committer | David Waern <unknown> | 2007-08-17 11:41:05 +0000 |
commit | 93d806105dd027f4d31a76e2bd2410001fe10b29 (patch) | |
tree | 600c614474eee1bd402f67578bb32777dd84f8df /src/Haddock/HH.hs | |
parent | d0093c2f3274cf393dfddbc183c60cb35b8d5c3b (diff) |
Add top module comment to all files
Diffstat (limited to 'src/Haddock/HH.hs')
-rw-r--r-- | src/Haddock/HH.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Haddock/HH.hs b/src/Haddock/HH.hs index a41d7297..dc8f37e0 100644 --- a/src/Haddock/HH.hs +++ b/src/Haddock/HH.hs @@ -1,3 +1,9 @@ +-- +-- Haddock - A Haskell Documentation Tool +-- +-- (c) Simon Marlow 2003 +-- + module Haddock.HH(ppHHContents, ppHHIndex, ppHHProject) where ppHHContents = error "not yet" |