参考链接
http://itmyhome.com/js/fu_za_lei_xing_zhu_shi.html
函数注释
comment func
// funcName
// 函数描述
文件注释
comment file
//@file Describe the file
Struct注释
comment struct
//structName
//描述
事件注释
comment event
//eventName
//值变更时触发
常量注释
comment const
//常量说明
复杂注释
comment complexity
/**
* 服务器
*
* @typedef namespaceA~Server {Object}
* @property host {string}主机
* @property port {int} 端口
*/