Files
cdnjs/node_modules/JSV/jsdoc-toolkit/app/test/ignore.js
T
2014-07-17 01:32:32 +08:00

10 lines
131 B
JavaScript

/**
* A test constructor.
* @constructor
* @ignore
*/
function Ignored() {
/** a method */
this.bar = function() {
}
}