Closed CodeLenny closed 8 years ago
That's because you aren't using the correct notation. The methods of Modules aren't static nor dynamic. We are using the ~
sign to refer those. So if you change it to MyMixin~foo
things will roll.
Gotcha, thank you! That makes my documentation much cleaner.
A link to a mixin method in the body of a comment (
{MyMixin#foo}
) fails to parse at all, and prints the full string including brackets. An@see
link points toclass/MyMixin#foo
rather thanmixins/MyMixin#foo
, which fails to load.