Haddock: generate documentation for all functions?

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

For this I use:
'cabal haddock --internal'
Antoine
On Mon, Jan 3, 2011 at 2:39 PM, Edward Amsden
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@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (3)
-
Antoine Latter
-
David Waern
-
Edward Amsden