--- Text/Pandoc/Definition.hs.orig	2008-04-03 20:59:27.000000000 -0700
+++ Text/Pandoc/Definition.hs	2008-04-03 20:59:46.000000000 -0700
@@ -89,7 +89,8 @@
 -- | 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 

