.. @fires::
@emits
@fires <className>#[event:]<eventName>
@fires标记表示方法在调用时可以触发指定类型的事件. 使用[@event标记] `event-tag <tags-event.html>`__来记录事件的内容.
/** * Drink the milkshake. * * @fires Milkshake#drain */ Milkshake.prototype.drink = function() { // ... };
.. @emits::
@fires