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`.
This commit is contained in:
parent
4ca420e937
commit
4da41bdb8e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue