mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-18 14:17:30 +00:00
12 lines
339 B
JavaScript
12 lines
339 B
JavaScript
/**
|
|
* @name foo
|
|
* @param {Object} options some options
|
|
* @param {number} options.much how much
|
|
* @param {number} bar something else
|
|
* @property {Object} theTime the current time
|
|
* @property {number} theTime.hours
|
|
* @property {number} theTime.minutes
|
|
* @property {number} theTime.seconds
|
|
* @returns {Object} foo something else
|
|
*/
|