aboutsummaryrefslogtreecommitdiff
path: root/tools/jsdoc-toolkit-2.4.0/app/test/params_optional.js
blob: 18bf59829cb920f62a78d1fdfb6a91f033649f88 (plain)
1
2
3
4
5
6
7
8

/**
 * @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){
}