Ticket #128 (closed defect: fixed)
The documentation of function arguments is not rendered correctly
| Reported by: | basvandijk | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Version: | 2.4.2 | Keywords: | |
| Cc: |
Description
If I add haddock documentation to the arguments of a function they are not rendered correctly. For example:
foo :: a -- ^ the @a@ argument
-> b -- ^ the @b@ argument
-> c -- ^ the @c@ argument
-> d
is rendered wrongfully as:
foo :: => a the b argument -> b the c argument -> c -> d
(Note that I'm using haddock-2.6 but I can't select that version for this ticket)
Change History
Note: See
TracTickets for help on using
tickets.
