|
1 | 1 | {
|
2 |
| - "__comment": [ |
3 |
| - "This is the template for your method Description.", |
4 |
| - "Each string in the array will be added in a new line.", |
5 |
| - "Field 'MethodDescription' will be the first line of your template and descripes the method.", |
6 |
| - "Field 'ParameterDescription' will add for each parameter of the method and descripes the parameter usage.", |
7 |
| - "Field 'ReturnDescription' will only be added if the method has a return value.", |
8 |
| - "Field 'ExampleClassMethod' will only be added if the method is a classmethod and gives a example for usage of the method.", |
9 |
| - "Field 'ExampleMethod' will only be added if the method is a instance method and gives a example for usage of the method.", |
10 |
| - "Use spaceholder *classname* for the current class name", |
11 |
| - "Use spaceholder *methodname* for the current method name", |
12 |
| - "Use spaceholder *parametername* for the parametername (can only be used in the ParameterDescription field) ", |
13 |
| - "Use spaceholder *optional* will be replaced by '(optional)' if the current parameter is optional (can only be used in the ParameterDescription field) ", |
14 |
| - "Reload the window after editing!" |
15 |
| - ], |
16 |
| - "MethodDescription": ["*methodname*Description"], |
17 |
| - "ParameterDescription": [ |
18 |
| - "<li>*optional**parametername*: *parametername*Description</li>" |
19 |
| - ], |
20 |
| - "ReturnDescription": ["<li><b>returns</b>: </li>"], |
21 |
| - "ExampleClassMethod": [ |
22 |
| - "<EXAMPLE> Do ##class(*classname*).*methodname*()</EXAMPLE>" |
23 |
| - ], |
24 |
| - "ExampleMethod": ["<EXAMPLE> Do instance.*methodname*()</EXAMPLE>"] |
| 2 | + "__comment": [ |
| 3 | + "This is the template for your method Description.", |
| 4 | + "Each string in the array will be added in a new line.", |
| 5 | + "Field 'MethodDescription' will be the first line of your template and descripes the method.", |
| 6 | + "Field 'ParameterDescription' will add for each parameter of the method and descripes the parameter usage.", |
| 7 | + "Field 'ReturnDescription' will only be added if the method has a return value.", |
| 8 | + "Field 'ExampleClassMethod' will only be added if the method is a classmethod and gives a example for usage of the method.", |
| 9 | + "Field 'ExampleMethod' will only be added if the method is a instance method and gives a example for usage of the method.", |
| 10 | + "Use spaceholder *classname* for the current class name", |
| 11 | + "Use spaceholder *methodname* for the current method name", |
| 12 | + "Use spaceholder *parametername* for the parametername (can only be used in the ParameterDescription field) ", |
| 13 | + "Use spaceholder *optional* will be replaced by '(optional)' if the current parameter is optional (can only be used in the ParameterDescription field) ", |
| 14 | + "Reload the window after editing!" |
| 15 | + ], |
| 16 | + "MethodDescription": ["*methodname*Description <br>"], |
| 17 | + "ParameterDescription": [ |
| 18 | + "<li><i>*optional*</i><b> *parametername*</b>: *parametername*Description</li>" |
| 19 | + ], |
| 20 | + "ReturnDescription": ["<li><b>returns</b>: </li>"], |
| 21 | + "ExampleClassMethod": [ |
| 22 | + "<EXAMPLE> Do ##class(*classname*).*methodname*()</EXAMPLE>" |
| 23 | + ], |
| 24 | + "ExampleMethod": ["<EXAMPLE> Do instance.*methodname*()</EXAMPLE>"] |
25 | 25 | }
|
0 commit comments