dsa-connectors-old icon indicating copy to clipboard operation
dsa-connectors-old copied to clipboard

standardise connectors

Open Sowmayjain opened this issue 3 years ago • 0 comments

We need such comments above all the important function in the connector which can be used for documentation purpose.

/**
 * Title. (use period)
 *
 * Description. (use period)
 *
 * @access private
 *
 * @param {type} var Description.
 * @param {uint} var Description.
 * @param {address} var Description.
 *
 * @return {type} Return value.
 */

Sowmayjain avatar Nov 19 '20 15:11 Sowmayjain