Ticket #153 (closed defect: fixed)
Documentation of non-exported symbols is smashed into next exported symbol doc
| Reported by: | tommd | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Version: | 2.8.0 | Keywords: | |
| Cc: |
Description
Example:
module Test
( func
) where
-- | An internal value
value = 1
-- |An exported function
func :: Int -> Int
func = (+) value
Resulting documentation with haddock 2.8.1 ( ~/.cabal/bin/haddock -o ./tmp --html haddock.hs) gives the text under "func" as:
An internal value An exported function
Change History
Note: See
TracTickets for help on using
tickets.
