paste.libre-service.eu-priv.../jsdoc_toolkit-2.3.3-beta/app/test/ignore.js
2010-05-26 15:34:42 -07:00

10 lines
No EOL
131 B
JavaScript

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