denoland / docland

The documentation generation website for Deno
https://doc.deno.land
MIT License
122 stars 28 forks source link

Module docs not rendering for side effect modules #206

Open mfulton26 opened 1 year ago

mfulton26 commented 1 year ago

I have two modules. Both have @module JSDoc comments. One has export statements, the other does not (side effects only). On deno.land/x, the module docs are rendered for the first module but not the second. How can I get module docs to render for modules that don't contain explicit exports? Thank you.

e.g.: