diff options
Diffstat (limited to 'src/Haddock/Backends/HH2.hs')
-rw-r--r-- | src/Haddock/Backends/HH2.hs | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/src/Haddock/Backends/HH2.hs b/src/Haddock/Backends/HH2.hs index 7015236f..e9cf203c 100644 --- a/src/Haddock/Backends/HH2.hs +++ b/src/Haddock/Backends/HH2.hs @@ -1,9 +1,13 @@ +----------------------------------------------------------------------------- +-- | +-- Module : Haddock.Backends.HH2 +-- Copyright : (c) Simon Marlow 2003 +-- License : BSD-like -- --- Haddock - A Haskell Documentation Tool --- --- (c) Simon Marlow 2003 --- - +-- Maintainer : haddock@projects.haskell.org +-- Stability : experimental +-- Portability : portable +----------------------------------------------------------------------------- module Haddock.Backends.HH2 (ppHH2Contents, ppHH2Index, ppHH2Files, ppHH2Collection) where |