hz-zhhq-web/node_modules/JSV/jsdoc-toolkit/app/test/ignore.js

10 lines
131 B
JavaScript
Raw Normal View History

2025-02-25 13:43:48 +08:00
/**
* A test constructor.
* @constructor
* @ignore
*/
function Ignored() {
/** a method */
this.bar = function() {
}
}