mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
43 lines
603 B
JavaScript
43 lines
603 B
JavaScript
/**
|
|
* This is a constant.
|
|
*
|
|
* @const x
|
|
*/
|
|
/** @class {Object} klass */
|
|
/** @deprecated */
|
|
/** @param {(int|bool)} x
|
|
* @param {Array.<String, Number>} ys
|
|
* @param {String[]} zs
|
|
* @param {function(new:goog.ui.Menu, ?string=, number=): void} f
|
|
* @param {...number} var_args
|
|
*/
|
|
/**
|
|
* @param {Function(DOMNode)}
|
|
* @param {Function(DOMNode)} x
|
|
*/
|
|
|
|
/**
|
|
* @{link a}
|
|
*/
|
|
|
|
/**
|
|
* @typedef
|
|
* {a}
|
|
*/
|
|
|
|
/**
|
|
* [resize description]
|
|
* @param {[type]} w [description]
|
|
* @param { } h [description]
|
|
* @return {[type]} [description]
|
|
*/
|
|
|
|
/**
|
|
* @exports R
|
|
*
|
|
*/
|
|
|
|
/**
|
|
* @typedef {{0: number}}
|
|
*/
|