[Haddock] [haddock] #195: Duplicate documentation on records

haddock haddock at projects.haskell.org
Fri Mar 9 21:45:50 GMT 2012


#195: Duplicate documentation on records
----------------------+-----------------------------------------------------
Reporter:  DanBurton  |       Owner:        
    Type:  defect     |      Status:  new   
Priority:  major      |   Milestone:  2.10.0
 Version:  2.9.4      |    Keywords:        
----------------------+-----------------------------------------------------
 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
 }}}

-- 
Ticket URL: <http://trac.haskell.org/haddock/ticket/195>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool


More information about the Haddock mailing list