File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 434
434
"param" : {
435
435
"prefix" : " @param" ,
436
436
"body" : [
437
- " @param ${ {1:type}} ${2:paranName} - ${3:paramDescription}$0"
437
+ " @param {$ {1:type}} ${2:paranName} - ${3:paramDescription}$0"
438
438
],
439
439
"description" : " Provides the name, type, and description of a function parameter. Synonysm of @arg and @argument."
440
440
},
441
441
"arg" : {
442
442
"prefix" : " @arg" ,
443
443
"body" : [
444
- " @arg ${ {1:type}} ${2:paranName} - ${3:paramDescription}$0"
444
+ " @arg {$ {1:type}} ${2:paranName} - ${3:paramDescription}$0"
445
445
],
446
446
"description" : " Provides the name, type, and description of a function parameter. Synonysm of @param and @argument."
447
447
},
448
448
"argument" : {
449
449
"prefix" : " @argument" ,
450
450
"body" : [
451
- " @argument ${ {1:type}} ${2:paranName} - ${3:paramDescription}$0"
451
+ " @argument {$ {1:type}} ${2:paranName} - ${3:paramDescription}$0"
452
452
],
453
453
"description" : " Provides the name, type, and description of a function parameter. Synonysm of @param and @arg."
454
454
},
462
462
"property" : {
463
463
"prefix" : " @property" ,
464
464
"body" : [
465
- " @property ${ {1:type}} ${2:propertyName.something} - ${3:propertyDescription}$0"
465
+ " @property {$ {1:type}} ${2:propertyName.something} - ${3:propertyDescription}$0"
466
466
],
467
467
"description" : " The @property tag is a way to easily document a list of static properties of a class, namespace or other object."
468
468
},
602
602
"yields" : {
603
603
"prefix" : " @yields" ,
604
604
"body" : [
605
- " @yields ${ {1:type}} ${2:description}$0"
605
+ " @yields {$ {1:type}} ${2:description}$0"
606
606
],
607
607
"description" : " Document the value yielded by a generator function."
608
608
},
You can’t perform that action at this time.
0 commit comments