diff options
author | David Waern <unknown> | 2007-08-30 16:03:29 +0000 |
---|---|---|
committer | David Waern <unknown> | 2007-08-30 16:03:29 +0000 |
commit | 05e581c7f2ecee466d800b2d01dbb34598de2e20 (patch) | |
tree | 7cede208aa6594e236b5ec6550f18cfb5f4bd531 | |
parent | 93a0c3410b3f3db307691167e3c4b8781d17e862 (diff) |
Wibble
-rw-r--r-- | src/Haddock/Types.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Haddock/Types.hs b/src/Haddock/Types.hs index d3284a5c..a1e649f6 100644 --- a/src/Haddock/Types.hs +++ b/src/Haddock/Types.hs @@ -104,8 +104,8 @@ data GhcModule = GhcModule { } --- | This is the data used to render a Haddock page for a module - it is the --- "interface" of the module. The core of Haddock lies in creating this +-- | This is the data structure used to render a Haddock page for a module - it +-- is the "interface" of the module. The core of Haddock lies in creating this -- structure (see Haddock.Interface). The structure also holds intermediate -- data needed during its creation. data Interface = Interface { |