pad.libre-service.eu-etherpad/doc/jsdoc-toolkit/app/test/ignore.js

10 lines
131 B
JavaScript
Raw Normal View History

2011-03-26 14:10:41 +01:00
/**
* A test constructor.
* @constructor
* @ignore
*/
function Ignored() {
/** a method */
this.bar = function() {
}
}