mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-02-04 15:08:41 +00:00
Update documentation.md
This commit is contained in:
parent
1f8dd85173
commit
74b6bd0ec1
|
|
@ -128,8 +128,8 @@ A function/method documentation MUST be implemented in the following form:
|
||||||
*
|
*
|
||||||
* Optional example or more detailed description.
|
* Optional example or more detailed description.
|
||||||
*
|
*
|
||||||
* @param {variable_type} param1Name Parameter description
|
* @param {variable_type_1} param1Name Parameter description
|
||||||
* @param {variable_type} [optionalPara] Parameter description
|
* @param {variable_type} [optionalPara] Parameter description
|
||||||
*
|
*
|
||||||
* @return {return_type}
|
* @return {return_type}
|
||||||
*
|
*
|
||||||
|
|
@ -137,4 +137,6 @@ A function/method documentation MUST be implemented in the following form:
|
||||||
*/
|
*/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Please also note the correct alignment of `@param` type, name and description
|
||||||
|
|
||||||
### Variable
|
### Variable
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user