[commit: haddock] master: Change rendering of duplicate record field docs (e5bd27b)

git at git.haskell.org git at git.haskell.org
Thu Feb 27 03:06:59 UTC 2014


Repository : ssh://git@git.haskell.org/haddock

On branch  : master
Link       : http://git.haskell.org/haddock.git/commitdiff/e5bd27b5edf533054513871dc475a54a8b1bee23

>---------------------------------------------------------------

commit e5bd27b5edf533054513871dc475a54a8b1bee23
Author: Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>
Date:   Mon Feb 24 22:01:11 2014 +0000

    Change rendering of duplicate record field docs
    
    See Haddock Trac #195. We now change this behaviour to only rendering
    the documentation attached to the first instance of a duplicate field.
    
    Perhaps we could improve this by rendering the first instance that has
    documentation attached to it but for now, we'll stick with this.


>---------------------------------------------------------------

e5bd27b5edf533054513871dc475a54a8b1bee23
 doc/haddock.xml                                 |   23 +++
 html-test/ref/{GADTRecords.html => Bug195.html} |  178 ++++++++---------------
 html-test/src/Bug195.hs                         |   11 ++
 src/Haddock/Interface/Create.hs                 |    3 +-
 4 files changed, 99 insertions(+), 116 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc e5bd27b5edf533054513871dc475a54a8b1bee23


More information about the ghc-commits mailing list