apps-script-samples
apps-script-samples copied to clipboard
@customfunction marks are missing
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
- Create a sheet via https://sheets.google.com/create
- Tools > Script editor
- Copy the code on sheets/customFunctions/customFunctions.gs
- Save
To clarify, this is for help text/autocomplete to work. The function itself is usable without the jsdoc annotation.