[Haddock] [haddock] #196: --ignore-all-exports does not produce documentation for non-exported identifiers anymore
haddock
haddock at projects.haskell.org
Thu Mar 15 08:26:15 GMT 2012
#196: --ignore-all-exports does not produce documentation for non-exported
identifiers anymore
------------------------+---------------------------------------------------
Reporter: SimonHengel | Owner:
Type: defect | Status: new
Priority: major | Milestone: 2.10.0
Version: | Keywords:
------------------------+---------------------------------------------------
Steps to reproduce:
Run {{{haddock -h -o doc --ignore-all-exports Foo.hs}}} on this source.
{{{
module Foo (foo) where
-- | documentation for foo
foo :: Int
foo = 23
-- | documentation for bar
bar :: Int
bar = 23
}}}
With 2.10.0 this will include the type signature of bar in the generated
out, but not the actual documentation.
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/196>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list