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
/** * @param {function} cb - callback to execute before setting value. * Will only be executed if value is passed. * 1st param {object} v - is new value. * 2nd param {fn->bool} [same] - callback that returns bool indicating if new value is same as current * 3rd param {object} [current] - the current value for this property * Returns new value to use for setting value, or undefined to not set value. */functiontest(cb){}
When more than one {type} string exists within a single parameter it messes up such that:
All types after the first are removed from the resulting documentation
Need to change parsing to not replace all, but only replace the first. (but make sure that all get highlighted)
The text was updated successfully, but these errors were encountered:
When more than one
{type}
string exists within a single parameter it messes up such that:Need to change parsing to not replace all, but only replace the first. (but make sure that all get highlighted)
The text was updated successfully, but these errors were encountered: