Ticket #195 (new defect)
Duplicate documentation on records
| Reported by: | DanBurton | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Version: | 2.9.4 | Keywords: | |
| Cc: |
Description
Haddock has strange behavior for occurrences when you document the same field on different constructors of a record type: it includes all of the documentation every time it displays that field.
Here's one quick example that can reproduce the issue:
cabal update && cabal unpack QuickCheck-2.4.2 && cd QuickCheck-2.4.2 && cabal configure && cabal haddock && firefox ./dist/doc/html/QuickCheck/Test-QuickCheck.html#t:Result
Change History
Note: See
TracTickets for help on using
tickets.
