UNPKG

firedoc

Version:

[![Circle CI](https://circleci.com/gh/cocos-creator/firedoc/tree/master.svg?style=shield)](https://circleci.com/gh/cocos-creator/firedoc/tree/master)

19 lines (18 loc) 675 B
module.exports = { 'augments': 'uses', // YUI convention for prototype mixins 'depreciated': 'deprecated', // subtle difference 'desciption': 'description', // shouldn't need the @description tag at all 'extend': 'extends', // typo 'function': 'method', // we may want standalone inner functions at some point 'member': 'method', // probably meant method 'parm': 'param', // typo 'params': 'param', // typo 'pamra': 'param', // typo 'parma': 'param', // typo 'propery': 'property', // typo 'prop': 'property', // probably meant property 'readOnly': 'final', 'readonly': 'final', 'returns': 'return' // need to standardize on one or the other };