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:
parent
447efa0f9f
commit
2fdcd1701a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue