denoland / deno_doc

Documentation generator for Deno
MIT License
262 stars 55 forks source link

feat(html): render private symbols, but dont list them #581

Closed crowlKats closed 5 months ago

crowlKats commented 5 months ago

This adds the capability to render symbols that arent exported but are referenced by symbols that are public, however the private symbols are not visible on overview pages, and are only reachable via links from other symbols. Additionally, same behaviour is achieved via a jsdoc @internal tag for symbols that are exported.

Also removes the insta test for styles.css, since its not necessary since its a generated file that is clearly visible in PR diffs and not humanly-auditable eitherway