标签: node.js callback jsdoc
如何在JSDox中记录回调参数?
在jsDoc中有@callback标签,但JSDOX不支持它。
self.myFunction = function (cb) { }