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
This commit is contained in:
fiddlosopher 2008-03-31 20:20:02 +00:00
parent 447efa0f9f
commit 2fdcd1701a

View file

@ -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