Ticket #152 (closed defect: fixed)
Missing documentation when there is no signature
| Reported by: | tommd | Owned by: | waern |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Version: | 2.9.2 | Keywords: | |
| Cc: |
Description
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!
Change History
Note: See
TracTickets for help on using
tickets.
