Files
cdnjs/node_modules/JSV/jsdoc-toolkit/app/test/params_optional.js
T
2014-07-17 01:32:32 +08:00

8 lines
197 B
JavaScript

/**
* @param {Page[]} pages
* @param {number} [id] Specifies the id, if applicable.
* @param {String} [title = This is untitled.] Specifies the title.
*/
function Document(pages, id, title){
}