bldf

Example Class Block

/**
* This is the description for my class.
*
* @class MyClass
* @constructor
*/

 

Example Method Block

/**
* My method description.  Like other pieces of your comment blocks, 
* this can span multiple lines.
*
* @method methodName
* @param {String} foo Argument 1
* @param {Object} config A config object
* @param {String} config.name The name on the config object
* @param {Function} config.callback A callback function on the config object
* @param {Boolean} [extra=false] Do extra, optional work
* @return {Boolean} Returns true on success
*/

 

Example Property Block

/**
* My property description.  Like other pieces of your comment blocks, 
* this can span multiple lines.
* 
* @property propertyName
* @type {Object}
* @default "foo"
*/

 

分类:

技术点:

相关文章:

  • 2021-11-17
  • 2018-10-19
  • 2021-11-30
  • 2021-10-07
  • 2018-03-10
  • 2022-01-02
  • 2021-11-07
  • 2021-12-02
猜你喜欢
  • 2021-10-14
  • 2021-09-07
  • 2021-10-16
  • 2021-09-07
  • 2021-08-31
  • 2021-09-07
  • 2019-08-05
相关资源
相似解决方案