Template:Nasal method documentation
Jump to navigation
Jump to search
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | The name of the function / method (without parentheses)
| String | required |
Description | description | A description of the function / method being documented.
| String | required |
Return type | return-type | Type of the returned value (if any)
| String | required |
Return value | return-value | The value returned by the function / method.
| String | required |
Positional argument | positional-argument | A mandatory argument
| Template | suggested |
Keyword argument | keyword-argument | An argument with a default value | Template | suggested |