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
The example in howto-commonjs-modules.md successfully explains how to document a function assigned to module.exports, but leaves doubt over where to correctly document the function's parameters (in this case color1 and color2)
I was wondering if I could add a little more to this example demonstrating where the parameters can be documented (should it be in the first DocBlock or along with the function description?)