[Haddock] [haddock] #152: Missing documentation when there is no signature
haddock
haddock at projects.haskell.org
Wed Sep 29 20:12:42 EDT 2010
#152: Missing documentation when there is no signature
-------------------+--------------------------------------------------------
Reporter: tommd | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Version: 2.8.0 | Keywords:
-------------------+--------------------------------------------------------
Take the below code as an example:
{{{
module Test
( func
) where
-- | An internal value
value = 1
-- |An exported function
func = (+) value
}}}
Notice there is no haddock documentation when the signature for "func" is
missing!
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/152>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list