[Haddock] [haddock] #152: Missing documentation when there is no signature

haddock haddock at projects.haskell.org
Wed May 18 22:01:28 BST 2011


#152: Missing documentation when there is no signature
-------------------+--------------------------------------------------------
Reporter:  tommd   |        Owner:  waern   
    Type:  defect  |       Status:  assigned
Priority:  major   |    Milestone:          
 Version:  2.9.2   |   Resolution:          
Keywords:          |  
-------------------+--------------------------------------------------------
Changes (by waern):

  * owner:  => waern
  * status:  new => assigned
  * version:  2.8.0 => 2.9.2


Comment:

 What happens here is that `func` shows up but without the doc string. This
 is due to the fact that we have never properly implemented support for
 declarations without type signatures. The reason that they show up in the
 documentation at all nowadays is a side effect of Isaac Dupree's work on
 cross-package documentation. More work is needed to ensure we properly
 support these declarations.

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


More information about the Haddock mailing list