In JSDoc comments for Wikimedia codebases, the convention is to use @method instead of @function.
To do:
- In the mw.widgets.TitleWidget.js file, replace @function with @method in line 92
- In the mediawiki.requestIdleCallback.js file, replace @function with @method in line 40
- Run npm install grunt and grunt lint, and ensure that no JSDoc warnings are reported for either of these file