documentation/test/fixture/nested_properties.input.js

8 lines
180 B
JavaScript

/**
* @name foo
* @param {Object} options some options
* @param {number} options.much how much
* @param {number} bar something else
* @returns {Object} foo something else
*/