Skip to content

Commit 171487c

Browse files
authored
Add JSDoc to logging example
1 parent 96d1233 commit 171487c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/logging.gs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ function measuringExecutionTime() {
3131
// [START apps_script_logging_2]
3232
/**
3333
* Logs Google Sheet information.
34+
* @param {number} rowNumber The spreadsheet row number.
35+
* @param {string} email The email to send with the row data.
3436
*/
3537
function emailDataRow(rowNumber, email) {
3638
Logger.log('Emailing data row ' + rowNumber + ' to ' + email);

0 commit comments

Comments
 (0)