canmove, Confirmed users
737
edits
No edit summary |
|||
| Line 87: | Line 87: | ||
==== Parameters ==== | ==== Parameters ==== | ||
You list parameters after the function's description using the "@param" tag | You list parameters after the function's description using a line which: | ||
* starts with the "@param" tag | |||
* is followed, on the same line, by the name of the parameter and its data type. The data type is enclosed in braces. | |||
Subsequent lines can describe the parameter: | |||
<api name="alert"> | <api name="alert"> | ||