Codo doesn't support properties in mixins, so there is no way to document code like this:
###
The mixin
@mixin
###
TheMixin =
# @property [string] whatever property <- not documented
prop: 'whatever'
###
The class
@include TheMixin
###
class TheClass
It would be great if @property can be used in mixins.
Codo doesn't support properties in mixins, so there is no way to document code like this:
It would be great if @property can be used in mixins.