-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Description
The default value may have a space within. It’s perfectly valid and jsDoc has nothing against that:
/**
* @param {String} [a='b c'] description
*/But dox gets confused:
[{"tags": [
{
"type": "param",
"string": "{String} [a='b c'] description",
"name": "[a='b",
"description": "c'] description",
"types": [
"String"
],
"typesDescription": "<code>String</code>",
"optional": true,
"nullable": false,
"nonNullable": false,
"variable": false
}
]}]Metadata
Metadata
Assignees
Labels
No labels