From 4da41bdb8ec18b6bdb9bb893532abc40939946dd Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Fri, 6 Jan 2017 18:59:07 +0100 Subject: Remove pipe char irking the haddock coverage tool Haddock documentation strings must be associated with functions. Remove pipe char from a comment that was moved into a `do` block in `Readers/Org/Inlines.hs`. --- src/Text/Pandoc/Readers/Org/Inlines.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text/Pandoc/Readers') diff --git a/src/Text/Pandoc/Readers/Org/Inlines.hs b/src/Text/Pandoc/Readers/Org/Inlines.hs index 56e3777c3..7e1bb61c2 100644 --- a/src/Text/Pandoc/Readers/Org/Inlines.hs +++ b/src/Text/Pandoc/Readers/Org/Inlines.hs @@ -198,7 +198,7 @@ orgRefCite = try $ choice normalOrgRefCite :: OrgParser (F [Citation]) normalOrgRefCite = try $ do mode <- orgRefCiteMode - -- | org-ref style citation key, parsed into a citation of the given mode + -- org-ref style citation key, parsed into a citation of the given mode let orgRefCiteItem :: OrgParser (F Citation) orgRefCiteItem = try $ do key <- orgRefCiteKey -- cgit v1.2.3