[Haskell-cafe] Haddock: generate documentation for all functions?

Antoine Latter aslatter at gmail.com
Mon Jan 3 21:46:39 CET 2011


For this I use:

'cabal haddock --internal'

Antoine

On Mon, Jan 3, 2011 at 2:39 PM, Edward Amsden <eca7215 at cs.rit.edu> wrote:
> When using Java, one can tell javadoc to generate documentation for
> all members of a class, including private and protected members. This
> is useful for generating internal documentation (for instance). Is
> there a similar way in Haddock to produce documentation for functions
> and types that are not exported as a part of a module?
>
> --
> Edward Amsden
> Undergraduate
> Computer Science
> Rochester Institute of Technology
> www.edwardamsden.com
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>



More information about the Haskell-Cafe mailing list