A named expression with the key being a string is not recognised.
See 'hello2'
var test = {
/**
* [[Description]]
* @param {[[Type]]} one [[Description]]
* @returns {string} [[Description]]
*/
hello: function (one) {
return 'test';
},
/**
*/
'hello2': function (two) {
return 'test2';
}
}