jleyba / js-dossier

A JavaScript documentation generation tool.
Apache License 2.0
150 stars 15 forks source link

FR: Hide package-private types by default #92

Open shicks opened 7 years ago

shicks commented 7 years ago

While it's important that package-private (and even private) types be documented, it would be nice if they could be hidden by default. I'm trying to generate API documentation and my API has a lot of package-private types that are crowding out the types that really matter. It doesn't look like there's any sort of visibility toggle at all, but this feature would be particularly useful.