mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
24 lines
442 B
JSON
24 lines
442 B
JSON
{
|
|
"comments": {
|
|
"format": "##"
|
|
},
|
|
"tags": {
|
|
"param": "@param",
|
|
"section": "@section",
|
|
"descriptionStart": "@descriptionStart",
|
|
"descriptionEnd": "@descriptionEnd",
|
|
"skip": "@skip",
|
|
"extra": "@extra"
|
|
},
|
|
"modifiers": {
|
|
"array": "array",
|
|
"object": "object",
|
|
"string": "string",
|
|
"nullable": "nullable",
|
|
"default": "default"
|
|
},
|
|
"regexp": {
|
|
"paramsSectionTitle": "Parameters"
|
|
}
|
|
}
|