Make WordPress Core


Ignore:
Timestamp:
09/11/2026 06:29:08 AM (10 hours ago)
Author:
afercia
Message:

General: Enable the JSDoc rule require-param-description.

Enables the JSDoc rule require-param-description and fixes all the reported violations.
Part of the effort to improve JS inline documentation for 7.2.

Developed in https://github.com/WordPress/wordpress-develop/pull/13475

Props afercia, westonruter.
See #66033.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/media/views/button.js

    r63516 r63598  
    7575         * Handles the click event.
    7676         *
    77          * @param {Object} event
     77         * @param {JQuery.Event} event The jQuery event object for the click action.
    7878         */
    7979        click: function( event ) {
Note: See TracChangeset for help on using the changeset viewer.