runem / web-component-analyzer

CLI that analyzes web components and emits documentation
https://runem.github.io/web-component-analyzer
MIT License
501 stars 63 forks source link

Document Mixins and Base Classes. #164

Open PaulHMason opened 4 years ago

PaulHMason commented 4 years ago

I suspect I may just be being dumb here, but anyway. I have a library of custom elements (LitElement) and everything works fine for registered elements, but standalone mixins and base custom element classes (that aren't registered) don't get analysed and documented separately (only included with registered elements that use them).

Is it possible to include them separately (as separate MD files)?

Similar issue to #163