DEBSOURCES
Skip Quicknav
sources / node-jsdoc2 / 2.4.0-3 / app / test / ignore.js
12345678910
/** * A test constructor. * @constructor * @ignore */ function Ignored() { /** a method */ this.bar = function() { } }