/** * This description is ignored because the method has a tagged description. * @returns {number} numberone * @description This function returns the number one. * @see {@link http://github.com/|github} * @see TestCase * @see [markdown link](http://foo.com/) * @version 1.0.0 * @since 2.0.0 * @copyright Tom MacWright * @license BSD */ module.exports = function() { // this returns 1 return 1; };