openseadragon/bin/jsdoc/test/ignore.js

10 lines
131 B
JavaScript
Raw Normal View History

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