diff options
author | David Waern <david.waern@gmail.com> | 2010-11-20 19:06:00 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2010-11-20 19:06:00 +0000 |
commit | ec9caa150f5126c392e5cce1969cf6a81ee4c86b (patch) | |
tree | 5db6aad18e784cbcec4a91ce1e16e68c69afa531 /src/Documentation | |
parent | 9ae1088fd211df4796dcd0a99c048e09a7c61d51 (diff) |
Haddock documentation updates
Diffstat (limited to 'src/Documentation')
-rw-r--r-- | src/Documentation/Haddock.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Documentation/Haddock.hs b/src/Documentation/Haddock.hs index 496c1f00..96198494 100644 --- a/src/Documentation/Haddock.hs +++ b/src/Documentation/Haddock.hs @@ -26,7 +26,7 @@ module Documentation.Haddock ( DocForDecl, FnArgsDoc, - -- * Hyperlinking + -- * Cross-referencing LinkEnv, DocName(..), @@ -42,7 +42,6 @@ module Documentation.Haddock ( markup, -- * Interface files - -- | (.haddock files) InterfaceFile(..), readInterfaceFile, nameCacheFromGhc, |