This repository was archived by the owner on Aug 3, 2024. It is now read-only.
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
Allow Haddock to show more coverage information #309
Open
Description
It would be nice to have a --coverage
option, which would generate statistics about haddock coverage, but not generate the actual documentation.
That is, for one file it might generate something like "20 3 76 9 1 0", indicating that out of 99 top level definitions, 20 are fully documented, 3 are partially documented, and 76 are undocumented; of those, there are 9 fully documented, 1 partially documented, and 0 undocumented, which are exported.
This would be great for visualizing documentation status/progress for large projects.