Skip to content

Commit

Permalink
Add JSDoc to logging example
Browse files Browse the repository at this point in the history
  • Loading branch information
grant authored Dec 17, 2018
1 parent 96d1233 commit 171487c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/logging.gs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ function measuringExecutionTime() {
// [START apps_script_logging_2]
/**
* Logs Google Sheet information.
* @param {number} rowNumber The spreadsheet row number.
* @param {string} email The email to send with the row data.
*/
function emailDataRow(rowNumber, email) {
Logger.log('Emailing data row ' + rowNumber + ' to ' + email);
Expand Down

0 comments on commit 171487c

Please sign in to comment.