[Haddock] [haddock] #253: Bug in linking to functions in a different module
haddock
haddock at projects.haskell.org
Thu Aug 29 16:33:29 BST 2013
#253: Bug in linking to functions in a different module
-------------------------+--------------------------------------------------
Reporter: NeilMitchell | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Version: 2.12.0 | Keywords:
-------------------------+--------------------------------------------------
Given:
{{{
-- M1.hs --
module M1 where
-- | See 'M2.bar'.
foo :: Int
foo = 0
-- M2.hs --
module M2 where
-- | Comment
bar :: Int
bar = 0
}}}
The link in M1 points at {{{#t:bar}}} rather than {{{#v:bar}}}. That is
wrong. For 100's of examples of this bug in action see
http://hackage.haskell.org/packages/archive/shake/0.10.6/doc/html
/Development-Shake.html.
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/253>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list