Skip to content

Document Mixins

Not sure if this is a feature request or a bug, but I'd like to document my mixins with vuedoc and it's currently not working. Markdown files are generated but they are essentially empty beside the title and the root comment (if given).

My Mixins are usually defined as a named export from a TypeScript .ts file, in some cases the exports are basically a factory function that returns a mixin bound to configuration options.

Edited by Tobias Minich