You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think so, but I'll look at the code tonight. I should be able to have a fix ready sometime this weekend. Thanks for noticing it.
It seems like minami just never implemented support the tag because, from a quick skim of the jsdoc alias docs, it looks like the expected behaviour of @alias is different then what we're using it for. @alias is meant to rename the function, as opposed to adding an actual alias.
For example, when JSDoc processes the following code, it recognizes that foo is a function, then renames foo to bar in the documentation:
/** * Bar function. * @alias bar */functionfoo(){}
I'll add a fix for our needs somewhere, most likely in the theme/publish.js, and open a PR this weekend.
The documentation is missing aliases (e.g.
forEach
andforEachOf
)/cc @hargasinski know a quick fix?
The text was updated successfully, but these errors were encountered: