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)?
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