[Haddock] [haddock] #204: Allow Haddock markup in deprecation messages
haddock
haddock at projects.haskell.org
Wed May 2 09:26:58 BST 2012
#204: Allow Haddock markup in deprecation messages
------------------------+---------------------------------------------------
Reporter: SimonHengel | Owner:
Type: defect | Status: new
Priority: major | Milestone: 2.10.0
Version: 2.9.4 | Keywords:
------------------------+---------------------------------------------------
It is very common to refer to an other function/type in the message
associated with a {{{DEPRECATED}}} pragma.
Here is an example.
{{{
{-# DEPRECATED foo "use `bar` instead` #-}
}}}
We already include the deprecation message in the documentation for foo,
but it would also be nice to create a hyperlink to {{{bar}}}.
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/204>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list