[haddock] #128: The documentation of function arguments is not rendered correctly

haddock haddock at projects.haskell.org
Sun Jan 24 10:39:17 EST 2010


#128: The documentation of function arguments is not rendered correctly
-----------------------+----------------------------------------------------
Reporter:  basvandijk  |       Owner:       
    Type:  defect      |      Status:  new  
Priority:  major       |   Milestone:  2.5.0
 Version:  2.4.2       |    Keywords:       
-----------------------+----------------------------------------------------
 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)''

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


More information about the Haddock mailing list