jsdoc/test/fixtures/virtual3.js
2014-08-12 10:47:37 -07:00

12 lines
198 B
JavaScript

/** @module connection
/**
* @param {string} name - The connection name.
* @constructor module:connection
*//**
* @constructor module:connection
*/
module.exports = function() {
// ...
};