函数注释现在是这样的: /** * @description: * @param {int} signal: * @return {*} */ 已经配置了 "colon": [ ": ", ": ", ], 但只有description后面有冒号, 函数注释的param和return后面能不能加冒号,description后面都有冒号,变成下面这样: /** * @description: * @param: {int} signal: * @return : {*}
函数注释现在是这样的:
/**
*/
已经配置了
"colon": [
": ",
": ",
],
但只有description后面有冒号,
函数注释的param和return后面能不能加冒号,description后面都有冒号,变成下面这样:
/**