From 2fdcd1701ac25743316e81eb789e19c9cf622fa0 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Mon, 31 Mar 2008 20:20:02 +0000 Subject: Fixed haddock documentation error (affects latest version of haddock only). git-svn-id: https://pandoc.googlecode.com/svn/trunk@1275 788f1e2b-df1e-0410-8736-df70ead52e1b --- Text/Pandoc/Definition.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Text/Pandoc/Definition.hs b/Text/Pandoc/Definition.hs index a518314a6..04deca1ea 100644 --- a/Text/Pandoc/Definition.hs +++ b/Text/Pandoc/Definition.hs @@ -92,7 +92,8 @@ data Block -- | Type of quotation marks to use in Quoted inline. data QuoteType = SingleQuote | DoubleQuote deriving (Show, Eq, Read) -type Target = (String, String) -- ^ Link target (URL, title) +-- | Link target (URL, title). +type Target = (String, String) -- | Inline elements. data Inline -- cgit v1.2.3