
javascript
郑萧001
真诚学习
展开
-
spm打seajs压缩包摘抄
Field Description name* name of the package in lowercase, use a - or . as a separator between words version* semantic versioning like 1.0.0 description a brief description of原创 2015-08-27 11:48:00 · 618 阅读 · 0 评论 -
jsduck命令帮助
D:\学习\js\jsdoctool>jsduck-5.3.2.exe --help Usage: jsduck [options] files/dirs... For example: # Documentation for builtin JavaScript classes like Array and String jsduck --output o原创 2015-08-21 16:33:29 · 1314 阅读 · 0 评论 -
jsDuck的注释说明
Detailed docs for using all the builtin tags: @abstract 示例: /** * 抽象方法,一般为继承机制中公共的方法提到上一层时使用 * @abstract */ show: function() { alert("not implemented"); } @accessor 示例 /** *原创 2015-08-21 15:54:34 · 3429 阅读 · 0 评论