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

Edward Amsden eca7215 at cs.rit.edu
Mon Jan 3 21:39:33 CET 2011


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



More information about the Haskell-Cafe mailing list