apps-script-samples icon indicating copy to clipboard operation
apps-script-samples copied to clipboard

@customfunction marks are missing

Open ozhanatali opened this issue 4 years ago • 1 comments

Expected Behavior

Sample URL: sheets/customFunctions/customFunctions.gs Description: "@customfunction" marks are missing

Actual Behavior

*@customfunction mark must be above metersToMiles and drivingDistance functions Otherwise custom functions are not loaded on the sheets.

Steps to Reproduce the Problem

  1. Create a sheet via https://sheets.google.com/create
  2. Tools > Script editor
  3. Copy the code on sheets/customFunctions/customFunctions.gs
  4. Save

ozhanatali avatar Jan 17 '21 09:01 ozhanatali

To clarify, this is for help text/autocomplete to work. The function itself is usable without the jsdoc annotation.

sqrrrl avatar Mar 18 '21 16:03 sqrrrl