This repository was archived by the owner on Aug 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 237
foo'
links to foo
#1408
Comments
Alright, I can reproduce it with the following code: module Module where
-- | This is the `foo'` function.
foo' :: ()
foo' = () ❯ haddock Module.hs
Haddock coverage:
Warning: Package name is not available.
Warning: 'foo' is out of scope.
If you qualify the identifier, haddock can try to link it anyway.
50% ( 1 / 2) in 'Module'
Missing documentation for:
Module header |
ulysses4ever
added a commit
to ulysses4ever/haddock
that referenced
this issue
May 8, 2022
ulysses4ever
added a commit
to ulysses4ever/haddock
that referenced
this issue
May 8, 2022
ulysses4ever
added a commit
to ulysses4ever/haddock
that referenced
this issue
May 8, 2022
ulysses4ever
added a commit
to ulysses4ever/haddock
that referenced
this issue
May 8, 2022
ulysses4ever
added a commit
to ulysses4ever/haddock
that referenced
this issue
May 8, 2022
Kleidukos
pushed a commit
that referenced
this issue
May 8, 2022
closed by #1483 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While
'foo''
and`foo''
both correctly link tofoo'
,`foo'`
links tofoo
, which seems like a bug.The text was updated successfully, but these errors were encountered: