[haddock] #138: Malformed or missing comments in files with #line directive

haddock haddock at projects.haskell.org
Thu Jul 8 04:14:47 EDT 2010


#138: Malformed or missing comments in files with #line directive
----------------------+-----------------------------------------------------
Reporter:  jmillikin  |        Owner:       
    Type:  defect     |       Status:  new  
Priority:  major      |    Milestone:  2.7.0
 Version:             |   Resolution:       
Keywords:             |  
----------------------+-----------------------------------------------------
Comment (by simonmar):

 Arguably the behaviour is correct, because the source is presumably
 preprocessed from an original which looks something like

 {{{
 module Test(Data(..), func) where

 func :: Data
 func = Data

 -- | Function 'func'

 -- | data 'Data'
 data Data = Data
 }}}

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


More information about the Haddock mailing list