Ticket #195 (new defect)

Opened 16 months ago

Last modified 9 months ago

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

Changed 9 months ago by anonymous

  • milestone 2.10.0 deleted

Milestone 2.10.0 deleted

Note: See TracTickets for help on using tickets.