cardano-ledger icon indicating copy to clipboard operation
cardano-ledger copied to clipboard

Haddock is generated for hidden modules

Open lehins opened this issue 1 year ago • 3 comments

It makes no sense to generate haddock for modules that can't be imported from outside of the package. This doesn't happen on Hackage and should not happen for Haddock that we generate for Ledger packages.

For example individuals rules are in the other-modules section, but Haddock is still generated:

image

lehins avatar Jul 27 '23 11:07 lehins

Unfortunately, #4257 didn't end up fixing this, so we can't close this ticket yet

neilmayhew avatar Apr 11 '24 04:04 neilmayhew