Closed trusktr closed 5 years ago
I'd like to document mixins. Is this possible with Leafdoc?
EDIT: Ah, looks like I'd need to make a custom documentable, mixin for example.
mixin
I think what you want to do is document your mixin as a Class, then "inherit" your mixin.
Class
IIRC Leafdoc supports multiple inheritance so this shouldn't be a problem.
Oh, nice!
I'd like to document mixins. Is this possible with Leafdoc?
EDIT: Ah, looks like I'd need to make a custom documentable,
mixin
for example.